goblin
goblin copied to clipboard
Fix parsing PE with zero raw_data_size of section
-
Sometimes I need to parse PE header without parsing DOS header + DOS stub
-
Seems that finding offset by rva is not implemented correctly and breaks down on some PE files. See #307