Update re102_section4.1.md

This commit is contained in:
SECURED.ORG
2017-08-09 19:06:16 -07:00
committed by GitHub
parent 6c9ff7d1ee
commit 02132b2dff

View File

@@ -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)
[Section 4 <- Back](https://securedorg.github.io/RE102/section4) | [Next -> Section 4.2](https://securedorg.github.io/RE102/section4.2)