refactor: project -> settings and model/

This commit is contained in:
Dobin
2024-02-25 08:47:25 +00:00
parent b1dd3481ed
commit d61f358ae4
18 changed files with 185 additions and 157 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ from typing import List
import unittest
import logging
from model import ExeInfo
from defs import *
from model.exehost import ExeHost
from model.defs import *
from pehelper import extract_code_from_exe
from helper import hexdump
from observer import observer