We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f4455 commit 09a4d0cCopy full SHA for 09a4d0c
1 file changed
README.md
@@ -7,7 +7,13 @@
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.
9
10
-For starters, we will only support MIPS (le/be).
+Supported architectures:
11
+
12
+- X86 and X64
13
+- Mips (LE and BE)
14
+- Arm 32bit
15
16
+Adding another architecture is very simple!
17
18
## Shellcode primitives
19
0 commit comments