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
We may want to consider switching to using the goblin crate for our ELF parsing needs. As per my understanding it is stable and used in many contexts. Doing so could also help with issues such as #64 and #53. The reasons for rolling our own ELF parser were somewhere along the lines of performance, but never backed by data to the best of my knowledge.
The text was updated successfully, but these errors were encountered:
danielocfb
changed the title
Consider switching to gimli for ELF support
Consider switching to goblin for ELF support
Apr 8, 2024
We may want to consider switching to using the
goblin
crate for our ELF parsing needs. As per my understanding it is stable and used in many contexts. Doing so could also help with issues such as #64 and #53. The reasons for rolling our own ELF parser were somewhere along the lines of performance, but never backed by data to the best of my knowledge.The text was updated successfully, but these errors were encountered: