inject-assembly
Process injector
Enables .NET assembly execution within an existing process without blocking the parent process
Inject .NET assemblies into an existing process
485 stars
11 watching
74 forks
Language: C
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tool that demonstrates various process injection techniques using C#. | 1,087 |
| A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
| A collection of Windows process injection methods implemented in C. | 647 |
| A tool for injecting shellcode into processes on Windows using process injection techniques | 753 |
| A tool for injecting malicious code into processes using native APIs and memory section mapping. | 88 |
| An assembler-based tool to inject shellcode into running processes on Linux using ptrace(), allowing for controlled modification of process behavior. | 5 |
| Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 823 |
| A tool for injecting full dynamic executables into process images with thread injection | 128 |
| Demonstrates dependency injection in Sitecore pipeline processors for managing project dependencies | 0 |
| A tool that enables process injection without thread creation by hooking an export function from a remote process. | 369 |
| Injects INotifyPropertyChanged event raising code into property setters at compile time | 1,894 |
| An attribute-based framework for creating and injecting aspects into .NET assemblies. | 773 |
| A tool for loading and injecting .NET assemblies into a process, bypassing various security measures. | 547 |
| Compiles .NET assemblies to JavaScript, allowing reuse in web apps by converting portable parts into reusable TypeScript files. | 965 |
| An IoC dependency injector that recursively instantiates class dependencies | 723 |