El desplazamiento y la longitud están fuera de los límites para esta matriz o el recuento es superio
SamuelJD
Posts: 2 New member
When I try to decompile an .exe I receive the error mentioned in the subject. Translated into English:
The offset and length are outside the limits for this matrix or the count is greater than the number of elements from the index at the end of the source collection.
What can I do to decompile the .exe and see the code? Thank you,
What can I do to decompile the .exe and see the code? Thank you,
Tagged:
Answers
Hi @SamuelJD,
Sorry to hear you're running into an issue!
Just to confirm, does the error come up as soon as you select the .exe to open in Reflector?
Do you know if this assembly has been obfuscated? I suspect the .exe may have been obfuscated to a point where the IL is no longer valid.
If you open a Developer Command Prompt, launch ILDASM, and open the .exe there, does it open without error?
Thank you!
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?