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
@@ -31,7 +31,7 @@ class Settings():
# More
self.fix_missing_iat = False
self.payload_location = PayloadLocation.CODE
self.payload_location = PayloadLocation.DATA
def prep_web(self, project_name):