ExecuteAssembly
Assembly loader
A tool for loading and injecting .NET assemblies into a process, bypassing various security measures.
Load/Inject .NET assemblies by; reusing the host (spawnto) process loaded CLR AppDomainManager, Stomping Loader/.NET assembly PE DOS headers, Unlinking .NET related modules, bypassing ETW+AMSI, avoiding EDR hooks via NT static syscalls (x64) and hiding imports by dynamically resolving APIs (hash).
545 stars
19 watching
108 forks
Language: C++
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
malcomvetter/managedinjection | A proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge | 162 |
kyleavery/inject-assembly | Enables .NET assembly execution within an existing process without blocking the parent process | 484 |
ecomfe/esl | A standard module loader designed for use in modern web applications, providing efficient and robust management of entry points and modules. | 845 |
dojo/loader | A JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments. | 16 |
ladsoft/dotnetpelib | A C++11 library to create and manipulate .NET assemblies and executables in various formats. | 55 |
devlooped/thisassembly | Exposes project and assembly level information as constants in a reusable class | 441 |
miguelmadero/ember-cli-bundle-loader | An Ember.js addon that enables the creation of multiple, independent bundles with lazy loading to improve application boot times and deployment efficiency. | 23 |
calvinmetcalf/es6-translate | A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
mxcd/cannon | A tool for loading and running code on microcontrollers via CAN bus | 16 |
putoutjs/bundler | A small JavaScript utility for bundling and loading modules from files in a file system | 2 |
nettitude/runof | A tool to load and execute object files in .Net. | 139 |
linkedinattic/inject | A JavaScript module loader and dependency manager for the browser. | 464 |
hasherezade/libpeconv | A library for loading and manipulating executable files (PE files) in a low-level way | 1,117 |
cmeeren/fling | A set of helpers to simplify the process of loading and saving complex domain entities into multiple tables. | 35 |
elfmaster/saruman | Injects full dynamic executables into process images with thread injection | 127 |