refactor: make inject mode configurable

This commit is contained in:
Dobin
2024-02-08 10:55:14 +00:00
parent 75c329c152
commit 865cfb5247
3 changed files with 14 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ def clean_files():
os.path.join(build_dir, "main.asm"),
os.path.join(build_dir, "main.bin"),
os.path.join(build_dir, "main.c"),
os.path.join(build_dir, "peb_lookup.h"),
#os.path.join(build_dir, "main.exe"),
verify_filename,