refactor: remove DataRefStyle

This commit is contained in:
Dobin
2024-04-14 18:19:31 +01:00
parent d4e4507e19
commit 4fb7b9f88e
4 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ def start_real(settings: Settings):
shellcode_out = settings.main_shc_path)
# Merge: shellcode/loader with payload (SHC + PAYLOAD -> SHC)
if settings.dataref_style == DataRefStyle.APPEND:
if True:
phases.assembler.merge_loader_payload(
shellcode_in = settings.main_shc_path,
shellcode_out = settings.main_shc_path,