mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: rework carrier/payload location calculation
This commit is contained in:
@@ -203,6 +203,10 @@ def start_real(settings: Settings):
|
||||
build_exe = settings.main_exe_path)
|
||||
observer.add_code_file("carrier_shc", carrier_shellcode)
|
||||
|
||||
logging.info("> Carrier Size: {} Payload Size: {}".format(
|
||||
len(carrier_shellcode), len(project.payload.payload_data)
|
||||
))
|
||||
|
||||
# INJECT loader into an exe and do IAT & data references. Big task.
|
||||
injector = phases.injector.Injector(
|
||||
carrier_shellcode,
|
||||
|
||||
Reference in New Issue
Block a user