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.
- Host: GitHub
- URL: https://github.com/vars1ty/webexe
- Owner: vars1ty
- Created: 2019-11-17T20:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T07:49:47.000Z (over 5 years ago)
- Last Synced: 2025-09-12T03:13:10.477Z (10 months ago)
- Topics: assembly, dynamic, injection, memory, webexe
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.