summaryrefslogtreecommitdiffstats
path: root/sploit/util.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-13sploit: Move __attr_filter__ to a general place in utildusoleil1-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-13sploit: lazy load libs for ELFdusoleil1-2/+0
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
2022-03-13sploit: cache results of external commandsdusoleil1-0/+18
rather than cacheing ELF instantiations, just cache the results of external commands Signed-off-by: dusoleil <howcansocksbereal@gmail.com>