mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2026-01-27 10:04:20 +01:00
Update re102_section6.md
This commit is contained in:
@@ -7,6 +7,8 @@ title: Setup
|
||||
|
||||
# Section 6: Identifying Packing #
|
||||
|
||||

|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user