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; ```