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
public bool TryFindByCode(ulong code, out DwarfAbbreviationItem item) failed #28
Open
Albert-Coder opened 1 year ago
in DwarfAbbreviation.cs line 87;
I found sometimes it failed at return _mapItems.TryGetValue(code, out item); Then I fixed below; I do not konw if you have the same problem;