We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3f0c1 commit b95b8d0Copy full SHA for b95b8d0
1 file changed
README.md
@@ -26,12 +26,12 @@ Shellcode Compiler takes as input a source file and it uses it's own compiler to
26
27
# Linux example
28
29
- chmod("/root/chmodme",511);
30
- write(1,"Hello, world",12);
31
- kill(1661,9);
32
- getpid();
33
- execve("/usr/bin/burpsuite",0,0);
34
- exit(2);
+ chmod("/root/chmodme",511);
+ write(1,"Hello, world",12);
+ kill(1661,9);
+ getpid();
+ execve("/usr/bin/burpsuite",0,0);
+ exit(2);
35
36
# Invocation example
37
0 commit comments