mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: fix tester, remove dlls/
This commit is contained in:
@@ -24,7 +24,7 @@ class DerBackdoorerTest(unittest.TestCase):
|
||||
|
||||
|
||||
def test_function_backdoorer_dll(self):
|
||||
superpe = SuperPe(PATH_DLLS + "TestDLL.dll")
|
||||
superpe = SuperPe(PATH_EXES + "TestDLL.dll")
|
||||
function_backdoorer = FunctionBackdoorer(superpe)
|
||||
|
||||
addr = function_backdoorer.find_suitable_instruction_addr(superpe.get_entrypoint())
|
||||
|
||||
Reference in New Issue
Block a user