refactor: cleanup, create unittest, fix get_physical_address

This commit is contained in:
Dobin
2024-04-14 14:04:15 +01:00
parent b4671c8690
commit d4e4507e19
8 changed files with 90 additions and 47 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from typing import Dict
from typing import Dict, List
from helper import *
from config import config
@@ -14,7 +14,7 @@ def main():
logger.info("Super Mega Tester")
config.load()
#test_exe()
test_exe()
test_dll()