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
+45-4Lines changed: 45 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,52 @@
4
4
5
5
## What is this repo?
6
6
7
-
This repo allows you to concatenate shellcodes, running from different address spaces and links between them.
8
-
Each shellcode will ensure the next will run, and will constitute from various primitives.
7
+
Allows you to write PIC and fast shellcodes in C! keeping your logic simple, easy to expand, test and maintain.
8
+
Shellcodes are seperated to "primitives", each one provides a behavior, and to create a full grown shellcode you can concatenate multiple primitives, or to create one primtives doing all of your logic.
0 commit comments