find and decode the dynamic relocations in .exe files

This commit is contained in:
Folkert 2022-09-07 17:52:19 +02:00
parent 31eb03ab22
commit af8f54bfbd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 358 additions and 0 deletions

View file

@ -24,6 +24,7 @@ use target_lexicon::Triple;
mod generate_dylib;
mod metadata;
mod pe;
use metadata::VirtualOffset;
const MIN_SECTION_ALIGNMENT: usize = 0x40;