summaryrefslogtreecommitdiffstats
path: root/sploit/symtbl.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nsploit/symtbl.py (renamed from sploit/symtbl.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sploit/symtbl.py b/nsploit/symtbl.py
index 86800f5..e171986 100644
--- a/sploit/symtbl.py
+++ b/nsploit/symtbl.py
@@ -73,8 +73,8 @@ with the Symtbl base address.
print(s.a, s.b, s.c, s.d) # "998 999 1000 1001"
"""
-from sploit.types.indextbl import IndexTbl
-from sploit.types.index_entry import IndexEntry
+from nsploit.types.indextbl import IndexTbl
+from nsploit.types.index_entry import IndexEntry
def Symtbl(*, base=0, **symbols):
"""