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

Resolver does not support types from other assemblies #6

Closed puff closed 1 year ago

puff commented 1 year ago

The type resolver will not resolve types from assemblies other than the current one, and runtime assemblies.

This causes issues with resolving methods especially, as the declaring type is always null in these cases.

puff commented 1 year ago

It may be good to entirely re-work the Resolver class too.