Skip to content

Files

Latest commit

 

History

History

simple-shellcode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Shellcode learn ASM

This is first simple shellcode asm programming language. You can learn or contribute on this path!

Soon i add new

Note : *If you wanna contribute please adjust your category, for example this path is for basic

How to compile

gcc -static -nostartfiles fileasm -o resultnamecompile

Ex:

gcc -static -nostartfiles conjump.S -o conjump