You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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);
due to virtualopcode
Can you fix that?
The text was updated successfully, but these errors were encountered: