Skip to content

Commit e7b73d2

Browse files
authored
Update README.md
1 parent a1f21ac commit e7b73d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Shellcodev is a tool designed to help and automate the process of shellcode crea
33

44
[![Test](https://img.shields.io/badge/Tested-x86-brightgreen?style=flat-square)]() [![Test](https://img.shields.io/badge/Not%20tested-x64-red?style=flat-square)]() [![Release](https://img.shields.io/badge/Release-v2.0.0-blue?style=flat-square)]()
55

6+
![1](https://raw.githubusercontent.com/XaFF-XaFF/Shellcodev/master/screenshots/1.png?raw=true)
7+
68
## Attribution
79
This project is based on [WinREPL](https://github.com/XaFF-XaFF/WinREPL) by zerosum0x0
810

@@ -31,9 +33,11 @@ This project is based on [WinREPL](https://github.com/XaFF-XaFF/WinREPL) by zero
3133
All the instructions provided by user are now stored. User is now able to list, edit and delete instructions which makes
3234
shellcodes much easier to modify. Everything is in real-time, so any changes made in list also changes the register values.
3335

36+
![2](https://raw.githubusercontent.com/XaFF-XaFF/Shellcodev/master/screenshots/2.png?raw=true)
37+
3438
### Goal features
3539

3640
- String converter: String provided by user will be automatically converted to hex and encoded with little endian. In case of nullbytes, they
3741
will be removed by encrypting data with xor.
3842
- Shellcode runner: User will be able to test shellcode by injecting it into the process.
39-
- More formats.
43+
- More formats.

0 commit comments

Comments
 (0)