Krypton — generic .NET Reactor devirtualizer - Update
Just tagged v1.0.0. Fixed/added:
- Full CLR opcode universe for the VM (self-validating catalog, no more gaps)
- Generic hidden-call signature reconstruction (was silently breaking on every generic type)
- Correct maxstack on reinjected bodies (killed all InvalidProgramException cases)
- Wholesale NecroBit body restoration (one pass, no manual token lists)
- Standalone regression harness to validate output vs. original baseline
Repo:
github.com/dawwinci/krypton-devirtualizer Release: v1.0.0