Read out of bounds error when using ilspy

608 views Asked by At

enter image description here

When using Ilspy I am getting a Read out of bounds error:

System.BadImageFormatException: Read out of bounds.在 System.Reflection.Throw.OutOfBounds() 在 System.Reflection.Metadata.BlobReader.ReadInt32()

How should I address this?

1

There are 1 answers

0
Trivalik On

Your file is not a valid assembly or the architecture bitness is invalid (what is for decompiler most unlikly).