From 02132b2dff1331f451238f6c2e7b669ed5ff7d7f Mon Sep 17 00:00:00 2001 From: "SECURED.ORG" Date: Wed, 9 Aug 2017 19:06:16 -0700 Subject: [PATCH] Update re102_section4.1.md --- RE102/re102_section4.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)