summaryrefslogtreecommitdiffstats
path: root/sploit/rev/elf.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-13sploit: add ELF helper class to revdusoleil1-0/+22
Create a class which encapsulates some basic information about an ELF file and provides a convenient interface for basic reverse engineering. In particular, ELF automatically loads the symbol table of the given elf file and recursively creates ELF objects for any linked libraries. Signed-off-by: dusoleil <howcansocksbereal@gmail.com>