From b2f0637fa788dcf7c7e0e35a0e7585d82f4e0461 Mon Sep 17 00:00:00 2001 From: jam1garner Date: Sun, 6 Aug 2017 04:40:14 -0400 Subject: [PATCH] Fix C syntax highlighting in writeup --- WRITE-UP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WRITE-UP.md b/WRITE-UP.md index e66f9bd..d918364 100644 --- a/WRITE-UP.md +++ b/WRITE-UP.md @@ -104,7 +104,7 @@ setVar globalVar,calculatedStackPosition ``` This is essentially -```clang +```C mscStackAddress = (leakedAddress - 0x2B4); calculatedStackPosition = (writePosition - mscStackAddress) / 4; ```