You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,27 @@ Please ensure you have the following installed before starting to build.
18
18
In this project we have a few diffrent types of shell code that I have built as POC using C and ASM.
19
19
20
20
### System Execve /bin/sh
21
-
This code uses inline ASM in C for system call and executes a /bin/sh as an example.
21
+
This code uses inline ASM in C for system call and executes a /bin/sh as an example.
22
+
23
+
## Shellcode loader
24
+
25
+
in the /loader folder you will find 2 loader examples, the Python and C based loader. Basic shellcode loader and best part is its pure python using ctypes and std C lib.
0 commit comments