Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-10 | sploit: Split Symtbl funcionality with Memmap | dusoleil | 1 | -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-02 | Add mem module for calculating memory offsets | dusoleil | 1 | -0/+15 | |
Signed-off-by: dusoleil <howcansocksbereal@gmail.com> |