summaryrefslogtreecommitdiffstats
path: root/tools/genhex.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-22Refactor genhex into shelltoolMalfurious1-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-21Create tools directoryMalfurious1-0/+33
Signed-off-by: Malfurious <m@lfurio.us>