Melkor_ELF_Fuzzer icon indicating copy to clipboard operation
Melkor_ELF_Fuzzer copied to clipboard

Melkor is a very intuitive and easy-to-use ELF file format fuzzer to find functional and security bugs in ELF parsers.

Results 2 Melkor_ELF_Fuzzer issues
Sort by recently updated
recently updated
newest added

- 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__)`...

Trying to compile Melkor using `gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)` on Ubuntu 24.04 x86_64 (WSL2) resulted in multiple definitions of `PAGESIZE` in `melkor.h`. The fix is defining global variable PAGESIZE...