mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
find and decode the dynamic relocations in .exe files
This commit is contained in:
parent
31eb03ab22
commit
af8f54bfbd
3 changed files with 358 additions and 0 deletions
|
@ -24,6 +24,7 @@ use target_lexicon::Triple;
|
|||
|
||||
mod generate_dylib;
|
||||
mod metadata;
|
||||
mod pe;
|
||||
use metadata::VirtualOffset;
|
||||
|
||||
const MIN_SECTION_ALIGNMENT: usize = 0x40;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue