mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: make nicer ui, web, log
This commit is contained in:
+1
-3
@@ -216,8 +216,6 @@ Trailing {sect_name} bytes:
|
||||
for ins in trampoline.split(';'):
|
||||
logger.info(f'\t{ins.strip()}')
|
||||
|
||||
logger.info('')
|
||||
|
||||
return (trampoline, addrOffset)
|
||||
|
||||
|
||||
@@ -245,7 +243,7 @@ Trailing {sect_name} bytes:
|
||||
self.compiledTrampoline = encoding
|
||||
self.compiledTrampolineCount = count
|
||||
|
||||
logger.info('Successfully backdoored entry point with jump/call to shellcode')
|
||||
logger.debug('Successfully backdoored entry point with jump/call to shellcode')
|
||||
return instr.address
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user