Wrong PE header assumptions

Issue #31 new
Carbon Monoxide created an issue

The difference between PE32 and PE64 is quite small. TE fails to consider that the structs IMAGE_FILE_HEADER and IMAGE_SECTION_HEADER are the same for x86 and x64

Comments (4)

  1. Duncan

    imo this issue is not a real issue, it works like it is now (two different code parts for both x64 and x32), IMAGE_FIRST_SECTION is now used everywhere!

  2. Log in to comment