saneki / dnlib-examplesLinks
More dnlib examples
☆19Updated 9 years ago
Alternatives and similar repositories for dnlib-examples
Users that are interested in dnlib-examples are comparing it to the libraries listed below
Sorting:
- A simple to use .NET JIT compiler interface.☆27Updated 8 years ago
- Simple JIT compiler hook in C#☆89Updated 11 years ago
- A base for creating inliners for .NET deobfuscation☆23Updated 7 years ago
- A simple unpacker for ILProtector. Supported versions <= 2.0.21.4.☆18Updated 7 years ago
- Transforms all types to generics, and all constructor calls and method calls into generic call factories.☆33Updated 6 years ago
- ILReplacer, A Tool to Find and Replace .Net Application IL Code Instructions (Patcher)☆19Updated 5 years ago
- A fast and lightweight .Net library for reading and writing .class files.☆37Updated 2 years ago
- Virtual machine written in C #. It allows you to perform / emulate the compiled .net code (IL). The code is executed instruction by instr…