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

Parse COFF files

Open batuzovk opened this issue 8 months ago • 1 comments
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 and data directories.

batuzovk avatar Mar 14 '25 13:03 batuzovk