To run (requires Linux):
git clonegit submodule initgit submodule updatemake(ormake all32for 32-bit binaries)./loader test.bin test(or the 32-bit variants)- You should see
Hello, world!
- Convert the C code in
loader.cinto shell code (generate with the metadata from the ELF file) - Integrate with mettle
- ???
- Profit