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
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
And we have a symbol with size 0 sitting exactly on the end of the section.
xxx at 0x238ac47a = (00000000238aa800 + 001c7a)
So BinaryContext::getSectionFromAddress fails to find a home for the symbol.
The fix is straightforward, does it make sense to you to include zero-sized symbol on edge of section end?
The text was updated successfully, but these errors were encountered:
Hi, we got an internal error for a symbol sitting right on the edge of section end.
And we have a symbol with size 0 sitting exactly on the end of the section.
xxx at 0x238ac47a = (00000000238aa800 + 001c7a)
So BinaryContext::getSectionFromAddress fails to find a home for the symbol.
The fix is straightforward, does it make sense to you to include zero-sized symbol on edge of section end?
The text was updated successfully, but these errors were encountered: