refactor: IAT stuff to ExeHost

This commit is contained in:
Dobin
2024-02-25 09:20:47 +00:00
parent d61f358ae4
commit 4b1e6811f8
9 changed files with 60 additions and 55 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import logging
from model.exehost import ExeHost
from model.defs import *
from pehelper import extract_code_from_exe
from peparser.pehelper import extract_code_from_exe
from helper import hexdump
from observer import observer