warferik / AssemblyRunnerLinks
C# Exe that can remotely retrieve C# assemblies for in-memory execution
☆19Updated 6 years ago
Alternatives and similar repositories for AssemblyRunner
Users that are interested in AssemblyRunner are comparing it to the libraries listed below
Sorting:
- PoC: process watcher patterns to make killing a process hard.☆11Updated 7 years ago
- An example pattern in C# for using WMI to monitor process creation and termination events.☆53Updated 7 years ago
- Managed wrappers around the Windows API and some Native API☆35Updated 7 years ago
- PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.☆32Updated 7 years ago
- Hide .Net assembly into png images☆36Updated 6 years ago
- Loading a native DLL in the memory.☆70Updated 7 years ago
- CVE-2019-1064 Local Privilege Escalation Vulnerability☆11Updated 6 years ago
- Simple DLL injector written in C#☆24Updated 10 years ago
- Trojan downloader simple virus☆16Updated 7 years ago
- Inject Frida-Gadget into a local process☆26Updated 6 years ago
- Hide code from dnSpy and other C# spying tools☆42Updated 5 years ago
- The evolution of NxRansomware☆11Updated 6 years ago
- Simple packer for arbitrary data using only .NET API calls. Produces a unique signature with every usage. Standalone program and library.…