refactor: rename exes/ to injectables/

This commit is contained in:
Dobin Rutishauser
2025-06-20 11:48:37 +02:00
parent 4b688f0394
commit 716f7a47ed
23 changed files with 110 additions and 54 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from pe.superpe import SuperPe, PeSection
class SuperPeTest(unittest.TestCase):
def test_exe(self):
dll_filepath = PATH_EXES + "procexp64.exe"
dll_filepath = PATH_INJECTABLES + "procexp64.exe"
superpe = SuperPe(dll_filepath)
# Properties
@@ -70,7 +70,7 @@ class SuperPeTest(unittest.TestCase):
def test_dll(self):
dll_filepath = PATH_EXES + "TestDLL.dll"
dll_filepath = PATH_INJECTABLES + "TestDLL.dll"
superpe = SuperPe(dll_filepath)
# Properties