summaryrefslogtreecommitdiffstats
path: root/sploit/symtbl.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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/+0
2022-09-12sploit: Fix bugs involving Symtbl base valueMalfurious1-1/+1
2022-09-12sploit: mem: Allow Symtbl base to be modifiedMalfurious1-6/+8
2022-03-17sploit: Fix bugs and simplify SymtblMalfurious1-82/+45
2022-03-13sploit: Move __attr_filter__ to a general place in utildusoleil1-2/+2
2022-03-13sploit: Filter all magic python members by default in mem moduledusoleil1-3/+6
2022-03-13sploit: Add support for nested Symtblsdusoleil1-3/+45
2022-03-13sploit: Instantiate Memmap with integer offsetdusoleil1-6/+6
2022-03-13sploit: remove length calculation from Symtbldusoleil1-13/+1
2022-03-12sploit: code reuse for mem string methodsdusoleil1-12/+14
2022-03-12sploit: add len func to memdusoleil1-0/+11
2022-03-12sploit: move adjust and rebase into member funcsdusoleil1-7/+6
2022-03-10Add adjust and rebase functions to mem moduledusoleil1-0/+8
2022-03-10sploit: Add string cast for Symtbl and Memmapdusoleil1-0/+16
2022-03-10sploit: Split Symtbl funcionality with Memmapdusoleil1-11/+15
2021-09-02Add mem module for calculating memory offsetsdusoleil1-0/+15