hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.09k stars 177 forks source link

Support for ARM64 binaries #57

Closed DebuggingSystems closed 5 months ago

DebuggingSystems commented 5 months ago

Seems I had broken the x86 build with the preprocessor. The changes from _WIN64 to _M_AMD64 are due to the former being defined for both ARM64 and x64 builds.

hasherezade commented 5 months ago

Very nice, thank you @DebuggingSystems !