refactor: read shellcode (carrier, payload) directly, no more files

This commit is contained in:
Dobin
2024-05-08 14:34:19 +01:00
parent 012d1253af
commit 3aa79afd70
6 changed files with 41 additions and 47 deletions
+1
View File
@@ -59,6 +59,7 @@ def project(name):
payload_len = 0
unresolved_dlls = []
has_remote = False
has_rodata_section = False
if config.get("avred_server") != "":
has_remote = True