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
First of all thanks for your work and thanks to share it with others.
I'm having an issue while trying to read Dwarf of an ARM A53 (64 bits) elf file. APU0.zip
It throws an exception at line 71 of ObjectFileStreamExtensions.cs.
Variable textLength is getting greater than buffer size.
I tried to change condition line 63 for " >= "instead of " > " but, for some reasons function take a very long time to execute and fails later for another reason.
I have attached my elf file, if you want to try to reproduced
The text was updated successfully, but these errors were encountered:
Hello
First of all thanks for your work and thanks to share it with others.
I'm having an issue while trying to read Dwarf of an ARM A53 (64 bits) elf file.
APU0.zip
It throws an exception at line 71 of ObjectFileStreamExtensions.cs.
Variable textLength is getting greater than buffer size.
I tried to change condition line 63 for " >= "instead of " > " but, for some reasons function take a very long time to execute and fails later for another reason.
I have attached my elf file, if you want to try to reproduced
The text was updated successfully, but these errors were encountered: