feature: put payload into .rdata option

This commit is contained in:
Dobin
2024-05-09 21:04:37 +01:00
parent 3aa79afd70
commit 900c145557
16 changed files with 178 additions and 78 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ def run_exe(exefile, dllfunc="", check=True):
def run_process_checkret(args, check=True):
logger.info("--[ Run process: {}".format(" ".join(args)))
logger.debug(" > Run process: {}".format(" ".join(args)))
ret = subprocess.CompletedProcess("", 666)
try: