Convert .NET assembly code to dynamically invoked methods.
This project was the first to attempt this approach to binary obfuscation of a managed language: video demonstration
It was open sourced in January 2021 for further community research and is not actively being developed.
- Eventually, IL Emissions should be generated from encrypted string on runtime.
- Justin Garofolo - Initial work - ooojustin
- Mono.Cecil - Inspection/modification of .NET assemblies. - github
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.