The purpose of this library is inspecting PE binaries (whether on disk or already loaded in memory). A trade-off was made to not unify the 32-bit (PE32) and 64-bit (PE32+) formats for two reasons: ...