This commit is contained in:
H3XploR
2026-06-05 03:17:43 +02:00
parent 4143fa31a9
commit df10b52813
2 changed files with 97 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
NAME = analyze.exe
$(NAME): analyze.o
link.exe $^ /OUT:$@ /ENTRY:_start /SUBSYSTEM:console
link.exe $^ kernel32.lib psapi.lib /OUT:$@ /ENTRY:_start /SUBSYSTEM:console
analyze.o: start.s
nasm -f win64 start.s -o $@