mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: project -> settings and model/
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user