refactor: split project add/update

This commit is contained in:
Dobin Rutishauser
2025-06-20 12:41:29 +02:00
parent 716f7a47ed
commit 71bc23f47a
3 changed files with 58 additions and 45 deletions
+1
View File
@@ -224,6 +224,7 @@ def start_real(settings: Settings) -> bool:
try:
injector.inject_exe()
except Exception as e:
logger.error("Error injecting executable: {}".format(e))
return False
#observer.add_code_file("exe_final", extract_code_from_exe_file_ep(settings.get_inject_exe_out(), 300))