Melkor_ELF_Fuzzer
Melkor_ELF_Fuzzer copied to clipboard
Fix build on Ubuntu 20,22 and ARM64
- 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 adefined(__x86_64__). They are both 64-bit, and I don't think there's any CPU/instruction-set specifics.