Skip to content

Commit 09a4d0c

Browse files
committed
readme: Update supported architectures
1 parent 06f4455 commit 09a4d0c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
This repo allows you to concatenate shellcodes, running from different address spaces and links between them.
88
Each shellcode will ensure the next will run, and will constitute from various primitives.
99

10-
For starters, we will only support MIPS (le/be).
10+
Supported architectures:
11+
12+
- X86 and X64
13+
- Mips (LE and BE)
14+
- Arm 32bit
15+
16+
Adding another architecture is very simple!
1117

1218
## Shellcode primitives
1319

0 commit comments

Comments
 (0)