October 2018
Beginner to intermediate
436 pages
9h 36m
English
Packers, also known as compressors, are tools used to compress the host down to a smaller size. The concept of compressing data helps us to reduce the time taken to transfer any data. At the obfuscation side, compressed data will most likely not show complete readable text.
In the following figure, the left pane shows the code's binary and data before getting compressed, while the one on the right shows its compressed form. Notice that the text strings are not completely found in the compressed form:

Given that the code and data are now compressed, executing the file would require a code that decompresses it. This code ...
Read now
Unlock full access