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 0897a55 commit def7d1a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ShellCodeLoader
A small shellcode loader library written in C#
This small library allows you to inject shellcode in memory of current launched file.
Useful to use as red team or in a remote access tool. Works for 32 & 64 bit Executable
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).

Expand All @@ -19,11 +19,15 @@ Includes :
* NtDll : NtWriteVirtualMemory
* NtDll : NtProtectVirtualMemory
* NtDll : NtFreeVirtualMemory
* NtDll : NtCreateThreadEx
* Kernel32 : GetCurrentProcess
* Kernel32 : VirtualAlloc
* Kernel32 : VirtualAllocEx
* Kernel32 : VirtualFree
* Kernel32 : VirtualProtect
* Kernel32 : VirtualProtectEx
* Kernel32 : WriteProcessMemory
* Kernel32 : CreateRemoteThread
* Kernel32 : GetModuleHandle
* Kernel32 : GetProcAddress
* Enumeration : PageProtection
Expand Down

0 comments on commit def7d1a

Please sign in to comment.