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
@@ -3,7 +3,7 @@ import logging
from model import *
from config import config
from observer import observer
from pehelper import *
from peparser.pehelper import *
from helper import *
logger = logging.getLogger("Assembler")