-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
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] = new SerializedLocal(reader);
this.ReturnTypeCode = reader.ReadInt32();
this.Unknown1 = reader.ReadBoolean();
this.Unknown3 = reader.ReadInt32();
count = (Int32)reader.ReadInt16();
this.Parameters = new SerializedParameter[count];
for (Int32 i = 0; i < count; i++)
this.Parameters[i] = new SerializedParameter(reader);
this.Name = reader.ReadString();
}
due to virtualopcode
Can you fix that?
Metadata
Metadata
Assignees
Labels
No labels