diff --git a/RE102/re102_section4.1.md b/RE102/re102_section4.1.md index 4dd55af..a852d04 100644 --- a/RE102/re102_section4.1.md +++ b/RE102/re102_section4.1.md @@ -62,7 +62,7 @@ If you are not familiar with mathematical equivalent of bitwise operations, it i --- -Loop 2: Fill the Stack 0x100 characters +## Loop 2: Fill the Stack 0x100 characters ## This next loop fills the stack starting at `[ebp+var_418]`. It loops for 0x100 times or 256 decimal while incrementing ebx from 0 to 255. @@ -156,4 +156,4 @@ Looks like this algorithm is RC4 256. On your own, try to trace through the seco Section 4.2 will go over decrypting that junk2 data. -[Section 4 <- Back](https://securedorg.github.io/RE102/section4) | [Next -> Section 4.2](https://securedorg.github.io/RE102/section4.2) \ No newline at end of file +[Section 4 <- Back](https://securedorg.github.io/RE102/section4) | [Next -> Section 4.2](https://securedorg.github.io/RE102/section4.2)