summaryrefslogtreecommitdiffstats
path: root/sploit/rev/elf.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-23rev: Use json output for get_bin_info()dusoleil1-14/+13
2023-03-19rev: Normalize the reported offset of found gadgetsMalfurious1-2/+2
2023-03-16elf: Add docstringsdusoleil1-0/+107
2023-03-16elf: Automatically lookup Arch on ELF constructiondusoleil1-0/+2
2023-03-16elf: Add bininfo to ELF under .info and .securitydusoleil1-9/+54
2023-03-15rev: Update rop gadget search functionalityMalfurious1-7/+4
2023-03-13elf: Fix visual bug printing libraries listMalfurious1-2/+2
2023-03-13Prefer __repr__ for pretty-printing objectsMalfurious1-2/+3
2022-03-17sploit: Clean up use of __getattribute__Malfurious1-4/+1
2022-03-13sploit: Move __attr_filter__ to a general place in utildusoleil1-1/+3
2022-03-13sploit: lazy load libs for ELFdusoleil1-4/+16
2022-03-13sploit: cache results of external commandsdusoleil1-11/+1
2022-03-13sploit: add the rest of r2 functions through elfdusoleil1-0/+20
2022-03-13sploit: cache ELF loadsdusoleil1-1/+11
2022-03-13sploit: add ELF helper class to revdusoleil1-0/+22