Skip to content

Commit

Permalink
Change link
Browse files Browse the repository at this point in the history
  • Loading branch information
thanat0s committed Oct 21, 2014
1 parent 8444f98 commit c6f47c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asm/hellostealth/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hashsinc: hashname.py

nop: hashsinc
yasm -f win32 -m x86 nop.asm -o nop.obj
wine ../../../masm/polink /ENTRY:start /SUBSYSTEM:WINDOWS ../../../masm/user32.lib ../../../masm/kernel32.lib nop.obj /verbose 2>/dev/null
wine ../../../masm32/bin/polink /ENTRY:start /SUBSYSTEM:WINDOWS ../../../masm32/lib/user32.lib ../../../masm32/lib/kernel32.lib nop.obj /verbose 2>/dev/null

all: nop

0 comments on commit c6f47c5

Please sign in to comment.