Skip to content

Eazfuscator.NET v5.8 reader execption #6

@vdroy97

Description

@vdroy97

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions