Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arsium authored Oct 23, 2021
1 parent 87d6265 commit e151a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ A small shellcode loader library written in C#
This small library allows you to inject shellcode in memory of current launched file or any other processes.
Useful to use as red team or in a remote access tool. Works for 32 & 64 bit shellcode.

Note : Shellcode for 32 bit works ONLY for 32 bit and vice-versa (64 bit).
Note :
* has been tested on same proces and notepad and all works fine

I added some test payloads which I've converted with
* First with : Donut (https://github.com/TheWover/donut) : turns my payload into raw shellcode
Expand Down

0 comments on commit e151a86

Please sign in to comment.