refactor: reorganize files into data/

This commit is contained in:
Dobin
2024-03-01 17:07:01 +00:00
parent 9e551d9a19
commit 6175875ea1
31 changed files with 42 additions and 123 deletions
+2 -2
View File
@@ -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"