From e151a86c08a3565d9fcc1a6741ab155f266ea423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=9E=90=E0=B2=98=E0=AA=85=E0=B4=9E=EF=AD=84=20=E1=B9=9B?= =?UTF-8?q?=E0=BD=A5=E0=AA=9A?= <42241901+arsium@users.noreply.github.com> Date: Sat, 23 Oct 2021 22:11:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec14d2d..f7a40e1 100644 --- a/README.md +++ b/README.md @@ -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