summaryrefslogtreecommitdiffstats
path: root/sploit/rev/__init__.py
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-03-15 17:12:31 -0400
committerdusoleil <howcansocksbereal@gmail.com>2023-03-15 17:49:22 -0400
commitc9f5d7113c6f977fb31fd7699bd2d5a5869954ad (patch)
tree92234e1d3ec866e5e62d1da0dddebfacf360ba83 /sploit/rev/__init__.py
parent88fb92aa6cfdcc35f9baa9fd9bcc7c1e7ebfc3cb (diff)
downloadnsploit-c9f5d7113c6f977fb31fd7699bd2d5a5869954ad.tar.gz
nsploit-c9f5d7113c6f977fb31fd7699bd2d5a5869954ad.zip
rev: Add rop gadget description class
This new class is intended to be used to return data from gadget searches, and is able to be nested within object Symtbls. Signed-off-by: Malfurious <m@lfurio.us> Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to '')
-rw-r--r--sploit/rev/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sploit/rev/__init__.py b/sploit/rev/__init__.py
index 43cee7b..0d0dc9b 100644
--- a/sploit/rev/__init__.py
+++ b/sploit/rev/__init__.py
@@ -1,6 +1,6 @@
from . import (
+ elf,
+ gadget,
ldd,
r2,
- elf,
)
-