BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.05k stars 271 forks source link

Ignore relocations in Primus Loader for non-executables #1566

Closed bmourad01 closed 1 year ago

bmourad01 commented 1 year ago

If we're loading a relocatable file, such as an object file, as the main program, then it doesn't make sense to fixup relocations.

ivg commented 1 year ago

closing in favor of #1567