Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-13 | sploit: Move __attr_filter__ to a general place in util | dusoleil | 1 | -0/+6 | |
Found a spot to use __attr_filter__ in the rev module, so moving it out of mem and into a shared place (util). Signed-off-by: dusoleil <howcansocksbereal@gmail.com> | |||||
2022-03-13 | sploit: lazy load libs for ELF | dusoleil | 1 | -2/+0 | |
Signed-off-by: dusoleil <howcansocksbereal@gmail.com> | |||||
2022-03-13 | sploit: cache results of external commands | dusoleil | 1 | -0/+18 | |
rather than cacheing ELF instantiations, just cache the results of external commands Signed-off-by: dusoleil <howcansocksbereal@gmail.com> |