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
Thanks @WXF-wxf1999 for reporting! Should be fixed in c778abd, removing the division by 2 (I don't know where that came from). This is in the 0.8.0 release.
Why does the number of symbols here need to be divided by 2? In my case, I encountered a situation where searching for "poll" symbols failed. The number of symbol table is 731, but the "poll" is located at position 365, so I just can't get the poll symbol object. for this line : https://github.com/fornwall/jelf/blob/ec2c1c2540ec86a6956bdb0c552d703674ae7512/src/main/java/net/fornwall/jelf/ElfFile.java#LL403C1-L403C66
The text was updated successfully, but these errors were encountered: