https://github.com/zackiles/dynamicassemblybuilder
Injection framework for 86x .NET binaries. Written in VB.
https://github.com/zackiles/dynamicassemblybuilder
Last synced: 4 months ago
JSON representation
Injection framework for 86x .NET binaries. Written in VB.
- Host: GitHub
- URL: https://github.com/zackiles/dynamicassemblybuilder
- Owner: zackiles
- Created: 2014-11-23T04:54:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T05:03:37.000Z (over 11 years ago)
- Last Synced: 2026-02-08T08:38:37.723Z (4 months ago)
- Language: Visual Basic
- Size: 750 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Dynamic Assembly Builder##
A really old project, but somebody will likely find it useful. This library is for code injection into 32/86x binaries. Commonly known as "RunPE" this enables a secondary .NET file to be injected into any other host binary. When the final binary is run, the first .NET code silently injections itself into the memory of another process. This technique is commonly used to beat file-sginature scans from anti-viruses.
Don't ask me how it works, it's been many years since I wrote it and I only rarely used VB instead of C# back then.