Melkor_ELF_Fuzzer icon indicating copy to clipboard operation
Melkor_ELF_Fuzzer copied to clipboard

Fix build on Ubuntu 20,22 and ARM64

Open amalone-scwx opened this issue 2 years ago • 0 comments

  • One tweak to fix a multiple define in linker stage (variable defined in header file).
  • To get it to build on ARM64, add defined(__aarch64__) anywhere there's a defined(__x86_64__) . They are both 64-bit, and I don't think there's any CPU/instruction-set specifics.

amalone-scwx avatar Dec 18 '23 22:12 amalone-scwx