mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +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())
|
||||
|
||||
@@ -70,7 +70,7 @@ class SuperPeTest(unittest.TestCase):
|
||||
|
||||
|
||||
def test_dll(self):
|
||||
dll_filepath = PATH_DLLS + "TestDLL.dll"
|
||||
dll_filepath = PATH_EXES + "TestDLL.dll"
|
||||
superpe = SuperPe(dll_filepath)
|
||||
|
||||
# Properties
|
||||
|
||||
Reference in New Issue
Block a user