sashs / filebytes

Library to read and edit files in the following formats: Executable and Linking Format (ELF), Portable Executable (PE), MachO and OAT (Android Runtime)
https://scoding.de/filebytes-introduction
BSD 3-Clause "New" or "Revised" License
126 stars 25 forks source link

64 bit import thunks, cross section RVAs in import table #33

Closed sevaa closed 2 months ago

sevaa commented 2 months ago

Addresses the issues uncovered by the binary in https://github.com/sevaa/dwex/issues/57 :

The PE format reference doc I went by is here.

Windows Defender might complain the binary contains a virus. Nothing wrong with that binary as far as I could see.

sashs commented 2 months ago

Merged! Many thx!

sevaa commented 2 months ago

Thanks. Another one coming.