Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-13 | sploit: add status logging to rev module | dusoleil | 1 | -0/+2 | |
Signed-off-by: dusoleil <howcansocksbereal@gmail.com> | |||||
2022-03-13 | sploit: cache results of external commands | dusoleil | 1 | -2/+3 | |
rather than cacheing ELF instantiations, just cache the results of external commands Signed-off-by: dusoleil <howcansocksbereal@gmail.com> | |||||
2022-03-13 | sploit: add ldd ability to rev module | dusoleil | 1 | -0/+10 | |
add helper function to invoke ldd to get a list of libraries that will be linked to a given ELF Signed-off-by: dusoleil <howcansocksbereal@gmail.com> |