Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

chall2

Build the executable:

python gen_asm.py
nasm -f win32 hg.asm -o hg.obj
link.exe /SUBSYSTEM:CONSOLE /MACHINE:X86 /ENTRY:start hg.obj
python make_rwx.py hg.exe