summaryrefslogtreecommitdiffstats
path: root/sploit/rev (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-04Rename sploit package to nsploitMalfurious5-385/+0
2025-01-01Update ROP gadget types to extend IndexEntryMalfurious1-17/+6
2024-01-13log: Move to sploit.util packageMalfurious2-2/+2
2024-01-13util: Promote from module to packageMalfurious2-2/+2
2024-01-13rev: Expose modules' contents through packageMalfurious1-6/+4
2023-03-24r2: Don't return duplicate gadgets in gadget searchdusoleil1-0/+5
2023-03-23r2: Get all relocs that have a namedusoleil1-2/+1
2023-03-23rev: Use json output for get_bin_info()dusoleil2-25/+16
2023-03-23r2: Rewrite get_elf_symbols()dusoleil1-29/+30
2023-03-19r2: limit gadget search to exec privilege sectionsdusoleil1-1/+1
2023-03-19rev: Normalize the reported offset of found gadgetsMalfurious2-3/+4
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-16r2: Use get_bin_info in get_elf_symbolsdusoleil1-5/+5
2023-03-16r2: Add ability to lookup info about a binary.dusoleil1-0/+12
2023-03-15r2: Increase maximum rop gadget lengthMalfurious1-1/+1
2023-03-15rev: Update rop gadget search functionalityMalfurious2-32/+61
2023-03-15rev: Add rop gadget description classMalfurious2-2/+38
2023-03-13elf: Fix visual bug printing libraries listMalfurious1-2/+2
2023-03-13Prefer __repr__ for pretty-printing objectsMalfurious1-2/+3
2023-02-24r2: Simplify Symtbl construction in get_locals()v0.2Malfurious1-3/+1
2023-02-24symtbl: Rename file to match class nameMalfurious1-2/+2
2022-09-12sploit: rev: Properly base Symtbls for non-PIC binariesMalfurious1-1/+6
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: add stack base pointer to locals symtbldusoleil1-1/+3
2022-03-13sploit: print hex of addresses in rev logsdusoleil1-2/+2
2022-03-13sploit: add status logging to rev moduledusoleil2-0/+13
2022-03-13sploit: lazy load libs for ELFdusoleil1-4/+16
2022-03-13sploit: cache results of external commandsdusoleil3-15/+6
2022-03-13sploit: add the rest of r2 functions through elfdusoleil1-0/+20
2022-03-13sploit: typo fix in rev.r2dusoleil1-1/+1
2022-03-13sploit: cache ELF loadsdusoleil1-1/+11
2022-03-13sploit: add ELF helper class to revdusoleil2-0/+23
2022-03-13sploit: consolidate r2 symbol search callsdusoleil1-16/+5
2022-03-13sploit: fix r2 module syntax errordusoleil1-12/+12
2022-03-13sploit: reverse direction of r2 get_locals offsetsdusoleil1-1/+1
2022-03-13sploit: add r2 funcionality to rev moduledusoleil2-1/+94
2022-03-13sploit: add ldd ability to rev moduledusoleil2-0/+14
2022-03-13sploit: add rev module to sploitdusoleil1-0/+0