mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: make DLL + func + EOP work
This commit is contained in:
@@ -57,9 +57,6 @@ class PeBackdoor:
|
||||
if exp.name.decode() == name:
|
||||
#print(hex(exp.address), exp.name.decode())
|
||||
addr = exp.address
|
||||
|
||||
logger.info(f'Using DLL Export "{name}" at RVA 0x{addr:X} . Attempting to hijack it...')
|
||||
|
||||
return addr
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user