summaryrefslogtreecommitdiffstats
path: root/sploit/mem.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-10sploit: Split Symtbl funcionality with Memmapdusoleil1-11/+15
Symtbl now only deals with offets. A read-only view of a symtbl can be created via the Memmap class. This view also takes an absolute address for a symbol and will return adjusted addresses based on this. This replaces the addr() method. Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
2021-09-02Add mem module for calculating memory offsetsdusoleil1-0/+15
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>