warferik / AssemblyRunner
C# Exe that can remotely retrieve C# assemblies for in-memory execution
☆19Updated 5 years ago
Alternatives and similar repositories for AssemblyRunner:
Users that are interested in AssemblyRunner are comparing it to the libraries listed below
- Inject Frida-Gadget into a local process☆24Updated 5 years ago
- PoC: process watcher patterns to make killing a process hard.☆11Updated 6 years ago
- Hide .Net assembly into png images☆35Updated 5 years ago
- PoC: Protecting Joe User from killing his own process.☆9Updated 6 years ago
- An example pattern in C# for using WMI to monitor process creation and termination events.☆52Updated 6 years ago
- Quick Proof of Concept for reading a processes memory and searching for a specific string.☆10Updated 6 years ago
- Uses WMI Event Win32_ModuleLoadTrace to monitor module loading. Provides filters, and detailed data. Has an option to monitor for CLR Inj…☆40Updated 5 years ago
- Hide code from dnSpy and other C# spying tools☆41Updated 4 years ago
- Use IronPython directly in your code without IronPython DLLs and dependencies☆12Updated 3 years ago
- The evolution of NxRansomware☆10Updated 5 years ago
- Send and receive messages over Named Pipes asynchronously.☆39Updated 3 years ago
- Simple packer for arbitrary data using only .NET API calls. Produces a unique signature with every usage. Standalone program and library.…☆90Updated 5 years ago
- An example in C# for programmatically calling UAC to escalate to admin☆14Updated 6 years ago
- NativePayload_TiACBT (Remote Thread Injection + C# Async Method + CallBack Functions Technique)☆14Updated last year
- Create a C++ PE which loads an XTEA-crypted .NET PE shellcode in memory.☆16Updated 6 years ago
- Dynamic and extensible shell code generator with multiple output types which can be formatted in binary, hexadecimal, and the typical she…☆19Updated 4 years ago
- CVE-2019-1064 Local Privilege Escalation Vulnerability☆11Updated 5 years ago
- Simple DLL injector written in C#☆24Updated 9 years ago
- ps-like .NET Assembly for enumerating processes on the current machine or a remote machine.☆13Updated 5 years ago
- Minimalist Custom .NET Core Garbage Collector☆21Updated 4 years ago
- Capture screenshots from .NET using .NET methods or Windows API calls☆67Updated 4 years ago
- Spoof parent process ID☆13Updated 6 years ago
- C# code to run PIC using CreateThread☆16Updated 5 years ago
- A PoC to show how to add code to C# and dotNet and make it reusable for Red Team operations. Maybe one day it will be the largest collect…