xoofx / LibObjectFile

LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)
BSD 2-Clause "Simplified" License
159 stars 11 forks source link

ReadStringUTF8NullTerminated fail when string bigger or equals to 128 bytes. #26

Closed lucasgl closed 1 year ago

lucasgl commented 1 year ago

Line 71 if LibObjectFile\ObjectFileStreamExtensions.cs throws index out of range exception when the text is bigger than 128 chars.

lucasgl commented 1 year ago

Duplicated #25