Skip to content

jpiccari/scode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

scode

A simple shellcode development tool.

Compiling

cc -o scode scode.c should do it. It may also be worth noting that some systems may default to compiling position independent code which is then used to randomize memory locations via ALSR. This scenario may not be ideal. Most compilers have a flag to turn off such features (-mdynamic-no-pic, -fno-pie, -no_pie, etc.).

About

A simple shellcode development tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages