Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-17 | sploit: Fix bugs and simplify Symtbl | Malfurious | 1 | -82/+45 |
2022-03-13 | sploit: Move __attr_filter__ to a general place in util | dusoleil | 1 | -2/+2 |
2022-03-13 | sploit: Filter all magic python members by default in mem module | dusoleil | 1 | -3/+6 |
2022-03-13 | sploit: Add support for nested Symtbls | dusoleil | 1 | -3/+45 |
2022-03-13 | sploit: Instantiate Memmap with integer offset | dusoleil | 1 | -6/+6 |
2022-03-13 | sploit: remove length calculation from Symtbl | dusoleil | 1 | -13/+1 |
2022-03-12 | sploit: code reuse for mem string methods | dusoleil | 1 | -12/+14 |
2022-03-12 | sploit: add len func to mem | dusoleil | 1 | -0/+11 |
2022-03-12 | sploit: move adjust and rebase into member funcs | dusoleil | 1 | -7/+6 |
2022-03-10 | Add adjust and rebase functions to mem module | dusoleil | 1 | -0/+8 |
2022-03-10 | sploit: Add string cast for Symtbl and Memmap | dusoleil | 1 | -0/+16 |
2022-03-10 | sploit: Split Symtbl funcionality with Memmap | dusoleil | 1 | -11/+15 |
2021-09-02 | Add mem module for calculating memory offsets | dusoleil | 1 | -0/+15 |