mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-19 07:04:20 +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 ##
|
## 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).
|
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).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user