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).

GitHub

547 stars
19 watching
108 forks
Language: C++
last commit: about 5 years ago

Related projects:

RepositoryDescriptionStars
malcomvetter/managedinjectionA proof of concept for injecting .NET assemblies at runtime with minimal convention knowledge162
kyleavery/inject-assemblyEnables .NET assembly execution within an existing process without blocking the parent process485
ecomfe/eslA standard module loader designed for use in modern web applications, providing efficient and robust management of entry points and modules.845
dojo/loaderA JavaScript module loader that supports AMD and CJS formats for loading modules in web browsers, Node.js, and Nashorn environments.16
ladsoft/dotnetpelibA C++11 library to create and manipulate .NET assemblies and executables in various formats.56
devlooped/thisassemblyExposes project and assembly level information as constants in a reusable class446
miguelmadero/ember-cli-bundle-loaderAn 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-translateA utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export.5
mxcd/cannonA tool for loading and running code on microcontrollers via CAN bus16
putoutjs/bundlerA small JavaScript utility for bundling and loading modules from files in a file system2
nettitude/runofA tool to load and execute object files in .Net.141
linkedinattic/injectA JavaScript module loader and dependency manager for the browser.464
hasherezade/libpeconvA C++ library that provides a set of helper functions for loading, manipulating, and dumping PE files.1,129
cmeeren/flingA set of helpers to simplify the process of loading and saving complex domain entities into multiple tables.35
elfmaster/sarumanA tool for injecting full dynamic executables into process images with thread injection128