summaryrefslogtreecommitdiffstats
path: root/sploit/rev/gadget.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01Update ROP gadget types to extend IndexEntryMalfurious1-17/+6
This leverages some code reuse and helps these types play nicely with the new Symtbl updates. Signed-off-by: Malfurious <m@lfurio.us>
2023-03-15rev: Add rop gadget description classMalfurious1-0/+36
This new class is intended to be used to return data from gadget searches, and is able to be nested within object Symtbls. Signed-off-by: Malfurious <m@lfurio.us> Signed-off-by: dusoleil <howcansocksbereal@gmail.com>