Skip to content

Repository files navigation

ilgen-convert

Rewrite .NET method bodies into runtime DynamicMethod emitters, preserving the original IL behavior while making executables harder to inspect statically: video demonstration

It was open sourced in January 2021 for further community research and is not actively being developed.

notes

  • Eventually, IL Emissions should be generated from encrypted string on runtime.

authors

libraries used

  • Mono.Cecil - Inspection/modification of .NET assemblies. - github

licensing

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.

About

Convert .NET assembly code (IL) to dynamically invoked methods using the ILEmitter.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages