mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: rename exes/ to injectables/
This commit is contained in:
+5
-4
@@ -7,10 +7,11 @@ class FilePath(str):
|
||||
# with data/shellcodes/createfile.bin
|
||||
VerifyFilename: FilePath = FilePath("C:\\Temp\\a")
|
||||
|
||||
# Directory structure
|
||||
PATH_EXES = "data/binary/exes/"
|
||||
|
||||
# Input Binary
|
||||
PATH_INJECTABLES = "data/binary/injectables/"
|
||||
PATH_SHELLCODES = "data/binary/shellcodes/"
|
||||
|
||||
# Input Source
|
||||
PATH_CARRIER = "data/source/carrier/"
|
||||
PATH_DECODER = "data/source/decoder/"
|
||||
PATH_ANTIEMULATION = "data/source/antiemulation/"
|
||||
@@ -18,7 +19,7 @@ PATH_DECOY = "data/source/decoy/"
|
||||
PATH_GUARDRAILS = "data/source/guardrails/"
|
||||
PATH_VIRTUALPROTECT = "data/source/virtualprotect/"
|
||||
|
||||
PATH_PAYLOAD = "data/source/payload/"
|
||||
# Project settings
|
||||
PATH_WEB_PROJECT = "projects/"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user