An open API service indexing awesome lists of open source software.

https://github.com/vars1ty/webexe

Load external exe files from URLs.
https://github.com/vars1ty/webexe

assembly dynamic injection memory webexe

Last synced: about 1 month ago
JSON representation

Load external exe files from URLs.

Awesome Lists containing this project

README

          

# Warning
The assembly you are trying to load **must** be made in the same framework as the loader, and same language too (C#).

It's far from being 100% stable, but it works for most tasks.
## Alternative techniques
Use a library that lets you inject a C# DLL and execute a function directly; just on a EXE.