pe-parse icon indicating copy to clipboard operation
pe-parse copied to clipboard

Principled, lightweight C/C++ PE parser

Results 22 pe-parse issues
Sort by recently updated
recently updated
newest added
trafficstars

COFF files are used as an intermediate object file format by compilers (.obj/.o). COFF shares a lot with PE format. The biggest differences are relocations and lack of PE headers...

COFF symbol table references sections by their index. We need to present them to the users in the original order, or they won't be able to use symbols from the...