Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-22 | Refactor genhex into shelltool | Malfurious | 1 | -33/+0 | |
For convenience, I've rewritten my old shellcode parser program in Python. It is moved to the shellcode templates dir and renamed to shelltool. As a new feature, shelltool will now check the result for NULL bytes and newline bytes that may cause problems in an exploit. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2020-12-21 | Create tools directory | Malfurious | 1 | -0/+0 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2020-12-04 | Commit genhex program | Malfurious | 1 | -0/+33 | |
This is a utility program from my shellcoding repository. It uses the dissassembly output from objdump to auto-format a payload from an assembled object file. Signed-off-by: Malfurious <m@lfurio.us> |