eazdevirt
eazdevirt copied to clipboard
Devirtualizer for Eazfuscator.NET
 been trying to compile for a while got dnlib issues fixed just cant find any solution to these
I cannot build with msbuild, can you add a release? https://prnt.sc/2524pxl
Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef Unhandled Exception: System.Exception: Unable to find crypto stream TypeDef at eazdevirt.EazModule.Initialize() in E:\xxxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line 86 at eazdevirt.EazModule..ctor(ModuleDefMD module, ILogger logger) in E:\xxx\eazdevirt-master\src\eazdevirt\Core\EazModule.cs:line...
EmbeddedResource no include GetResourceStream define
new version Eazfuscator.NET v5.8 not working in reader Deserialize(BinaryReader reader) { Int32 count = (Int32)reader.ReadInt16(); this.Locals = new SerializedLocal[count]; for (Int32 i = 0; i < count; i++) this.Locals[i] =...
Seems to be completely broken now.
Fix EazCall operand resolving to always get the correct method (currently, if two methods have the same name the incorrect one may be called). Additional info: https://github.com/saneki/eazdevirt/blob/9c9ca0af0d24e279ebb6a09403ab303077922996/src/eazdevirt/IO/Resolver.cs#L501
Currently eazdevirt detects all `Stind` instructions as `Stind_I`. Add a post-devirtualize fixer for updating the opcodes of `Stind` instructions depending on the state of the stack at the time the...
as stated in one of the previous issues does anyone have any idea how to fix this issue so we can use eazdevirt?