Skip to content

Commit 7d66943

Browse files
committed
Merge branch 'master' of https://github.com/XaFF-XaFF/Shellcodev
2 parents e408cf9 + ee35423 commit 7d66943

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,19 @@ This project is based on [WinREPL](https://github.com/XaFF-XaFF/WinREPL) by zero
3333
All the instructions provided by user are now stored. User is now able to list, edit and delete instructions which makes
3434
shellcodes much easier to modify. Everything is in real-time, so any changes made in list also changes the register values.
3535

36+
#### Listing
3637
![2](https://raw.githubusercontent.com/XaFF-XaFF/Shellcodev/master/screenshots/2.png?raw=true)
3738

39+
#### String snippets
40+
<img src="https://github.com/XaFF-XaFF/Shellcodev/blob/master/screenshots/1.gif" width="600"/>
41+
42+
#### Nullbyte handling
43+
<img src="https://github.com/XaFF-XaFF/Shellcodev/blob/master/screenshots/2.gif" width="600"/>
44+
3845
### Goal features
3946

40-
- String converter: String provided by user will be automatically converted to hex and encoded with little endian. In case of nullbytes, they
41-
will be removed by encrypting data with xor.
47+
- **Done:** ~~String converter: String provided by user will be automatically converted to hex and encoded with little endian. In case of nullbytes, they
48+
will be removed by encrypting data with xor.~~
4249
- Shellcode runner: User will be able to test shellcode by injecting it into the process.
4350
- More formats.
4451

0 commit comments

Comments
 (0)