refactor: ExeCapabilities -> ExeInfo

This commit is contained in:
Dobin
2024-02-16 11:32:33 +00:00
parent 5798c90b9c
commit 20c4749e8c
7 changed files with 32 additions and 26 deletions
+1
View File
@@ -4,6 +4,7 @@ from model import *
from config import config
from observer import observer
from pehelper import *
from helper import *
logger = logging.getLogger("Assembler")