refactor: project -> settings and model/

This commit is contained in:
Dobin
2024-02-25 08:47:25 +00:00
parent b1dd3481ed
commit d61f358ae4
18 changed files with 185 additions and 157 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def asm_to_shellcode(asm_in: FilePath, build_exe: FilePath, shellcode_out: FileP
asm_in,
"/link",
"/OUT:{}".format(build_exe),
"/entry:AlignRSP"
"/entry:AlignRSP" # "/entry:main",
])
if not os.path.isfile(build_exe):
raise Exception("Compiling failed")