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 | 485 |
3xpl01tc0d3r/processinjection | A tool that demonstrates various process injection techniques using C#. | 1,087 |
med0x2e/executeassembly | A tool for loading and injecting .NET assemblies into a process, bypassing various security measures. | 547 |
elfmaster/saruman | A tool for injecting full dynamic executables into process images with thread injection | 128 |
mass3ff3ct/mobx-react-inject | A library that simplifies store injection to React components with MobX and TypeScript | 22 |
chvancooten/nimplant | A lightweight implant tool allowing users to create and execute custom in-memory operations on Windows | 810 |
ladsoft/dotnetpelib | A C++11 library to create and manipulate .NET assemblies and executables in various formats. | 56 |
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. | 823 |
simpleinjector/simpleinjector | A fast and flexible Dependency Injection library for .NET applications | 1,220 |
pamidur/aspect-injector | An attribute-based framework for creating and injecting aspects into .NET assemblies. | 773 |
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. | 90 |
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 |