summaryrefslogtreecommitdiffstats
path: root/sploit/rev/r2.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-04Rename sploit package to nsploitMalfurious1-139/+0
2024-01-13log: Move to sploit.util packageMalfurious1-1/+1
2024-01-13util: Promote from module to packageMalfurious1-1/+1
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()dusoleil1-11/+3
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 gadgetsMalfurious1-1/+2
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 functionalityMalfurious1-25/+57
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-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 moduledusoleil1-0/+11
2022-03-13sploit: cache results of external commandsdusoleil1-2/+2
2022-03-13sploit: typo fix in rev.r2dusoleil1-1/+1
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 moduledusoleil1-0/+92