Fading Coder

One Final Commit for the Last Sprint

Understanding and Parsing PE Export Tables

Overview of PE Export Tables In Win32 environments, PE (Portable Executable) files often consist of multiple modules including executable files (.exe) and dynamic link libraries (.dll). When an .exe file uses functions exported from a .dll, the import table records information about these external d...