puff / EazyDevirt

A tool for automatically reconstructing IL code from an assembly virtualized with Eazfuscator.NET
GNU General Public License v3.0
148 stars 33 forks source link

Added support to automatically detect read order #16

Open CursedSheep opened 1 year ago

CursedSheep commented 1 year ago

As mentioned in issue #3, this pull request solved that problem. The issues were somewhere around VM Method Info, Type Resolver, and VM Operand Reader.

chinasmu commented 4 months ago

Also support 2024 version.

puff commented 1 week ago

Been a while, thanks for the PR! I've marked it as a draft as it's missing support for exception handlers and a few other constants like VMMethodData.IsStatic.