mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: reorganize files into data/
This commit is contained in:
+2
-2
@@ -4,11 +4,11 @@ import os
|
||||
class FilePath(str):
|
||||
pass
|
||||
|
||||
# with shellcodes/createfile.bin
|
||||
# with data/shellcodes/createfile.bin
|
||||
VerifyFilename: FilePath = r'C:\Temp\a'
|
||||
|
||||
# Correlated with real template files
|
||||
# in plugins/
|
||||
# in data/plugins/
|
||||
|
||||
class AllocStyle(Enum):
|
||||
RWX = "rwx_1"
|
||||
|
||||
Reference in New Issue
Block a user