From Unpacking To Communication Analysis
Tools Required: Ollydbg Debugger. OllyDump plugin. IMPREC import Fixer. Filename: packed.exe Before starting, we will dump the headers of exe which is packed.exe and we will then check out the structure of exe including the section headers. There is a tool known as dumpbin which is included as a part of windows sdk dumpbin /all Here is the ouput we get from dumpbin program [plain] Microsoft (R) COFF/PE Dumper Version 8....