ManagedInjection
Assembly injector
A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge
A proof of concept for dynamically loading .net assemblies at runtime with only a minimal convention pre-knowledge
162 stars
14 watching
35 forks
Language: C#
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 484 |
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,080 |
med0x2e/executeassembly | A tool for loading and injecting .NET assemblies into a process, bypassing various security measures. | 545 |
elfmaster/saruman | Injects full dynamic executables into process images with thread injection | 127 |
mass3ff3ct/mobx-react-inject | A library that simplifies store injection to React components with MobX and TypeScript | 22 |
chvancooten/nimplant | A lightweight tool for embedding custom code into existing applications to perform specific tasks without requiring user interaction. | 801 |
ladsoft/dotnetpelib | A C++11 library to create and manipulate .NET assemblies and executables in various formats. | 55 |
linkedinattic/inject | A JavaScript module loader and dependency manager for the browser. | 464 |
rentzsch/mach_inject | Enables code injection into arbitrary processes on Mac OS X by copying over necessary code and creating a new thread to execute it. | 818 |
simpleinjector/simpleinjector | A fast and flexible Dependency Injection library for .NET applications | 1,214 |
pamidur/aspect-injector | An attribute-based framework for injecting aspects into .NET assemblies at compile-time. | 766 |
mrwilson/byte-monkey | A tool that injects faults into JVM applications to test failure scenarios | 225 |
scadacs/plcinject | A tool that injects and patches programmable logic controllers (PLCs) with custom code. | 89 |
jeffdarchuk/sctokenmanager | A framework that enables dynamic content injection into Sitecore RTE fields | 11 |
mosure/inversify-cpp | A C++17 inversion of control and dependency injection container library | 14 |