Update re102_section6.md

This commit is contained in:
SECURED.ORG
2017-08-10 16:03:32 -07:00
committed by GitHub
parent 5b7d6dc665
commit c683a3a03b

View File

@@ -7,6 +7,8 @@ title: Setup
# Section 6: Identifying Packing #
![alt text](https://securedorg.github.io/RE102/images/Section7_intro.gif "intro")
This section will focus on identifying a custom packing routine. Believe it or not this whole shellcode executable is a packer itself. The next several functions will reveal its algorithm, and you will be able to create a simple unpacking script.
## The Bat and Vbs Scripts ##
@@ -113,4 +115,4 @@ Step through the rest until you reach a call to `sub_4031A9` at `00404C81`. You
Now that you know the algorithm, you can create a unpacking script for the resource. The next page will go over the script.
[Section 5.2 <- Back](https://securedorg.github.io/RE102/section5.1) | [Next -> Section 6.1](https://securedorg.github.io/RE102/section6.1)
[Section 5.2 <- Back](https://securedorg.github.io/RE102/section5.1) | [Next -> Section 6.1](https://securedorg.github.io/RE102/section6.1)