elfloader: architecture-agnostic ELF file flattener for shellcode

elfloader elfloader is a super simple loader for ELF files that generates a flat in-memory representation of the ELF. Pair this with Rust and now you can write your shellcode in a proper, safe, high-level...