summaryrefslogtreecommitdiffstats
path: root/sploit/symtbl.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-04Rename sploit package to nsploitMalfurious1-160/+0
2025-01-01symtbl: Refactor abstract IndexTbl interfaceMalfurious1-68/+44
2023-03-31symtbl: Fix function docstring formattingMalfurious1-19/+19
2023-03-22symtbl: order symtbl iteration by offsetdusoleil1-2/+2
2023-03-19symtbl: Support offset translation for int-like objectsMalfurious1-1/+1
2023-03-16arch: Move private methods to bottom of filedusoleil1-1/+1
2023-03-14symtbl: Overload __getitem__ for translating raw offsetsMalfurious1-3/+6
2023-03-13symtbl: Only print column headings if table is populatedMalfurious1-1/+2
2023-03-13symtbl: Display all nested objects in bracketsMalfurious1-1/+1
2023-03-13Prefer __repr__ for pretty-printing objectsMalfurious1-5/+1
2023-02-24symtbl: Refactor module as an improved container type (and more)Malfurious1-51/+182
2023-02-24symtbl: Rename file to match class nameMalfurious1-0/+53