mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-18 14:44:23 +01:00
Update re102_section5.md
This commit is contained in:
@@ -25,7 +25,7 @@ There are no strings for us to investigate and there are no functions parsed by
|
||||
|
||||
## String Obfuscation ##
|
||||
|
||||
The first function call sub_404C1E doesn’t look like something interesting, so move on to the next function call to `sub_402B1C`. This function is a jump-wrapper for the function `sub_4059A3`.
|
||||
The first function call `sub_404C1E` doesn’t look like something interesting, so move on to the next function call to `sub_402B1C`. This function is a jump-wrapper for the function `sub_4059A3`.
|
||||
|
||||
Notice anything strange about the immediate values being placed onto the stack? These are actually strings. Breaking up strings and pushing them onto the stack is a common of hiding strings from malware analysts. Go ahead right-click these numbers and convert it to a string (R).
|
||||
|
||||
@@ -99,4 +99,4 @@ After `jz loc_405272` there is a call to [esp+1Ch] this is actually calling a Wi
|
||||
|
||||
The next page will go over debugging the decrypted_shellcode.exe with x32dbg.
|
||||
|
||||
[Section 4.3 <- Back](https://securedorg.github.io/RE102/section4.3) | [Next -> Section 5.1](https://securedorg.github.io/RE102/section5.1)
|
||||
[Section 4.3 <- Back](https://securedorg.github.io/RE102/section4.3) | [Next -> Section 5.1](https://securedorg.github.io/RE102/section5.1)
|
||||
|
||||
Reference in New Issue
Block a user