File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
79This 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
3133All the instructions provided by user are now stored. User is now able to list, edit and delete instructions which makes
3234shellcodes 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
3741will 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.
You can’t perform that action at this time.
0 commit comments