gz / rust-elfloader

Library to load and relocate ELF files.
https://docs.rs/elfloader
Apache License 2.0
117 stars 23 forks source link

fix: fixed symbol table read for 32 bit binaries for issue #10 #11

Closed onurcancamci closed 4 years ago

onurcancamci commented 4 years ago

This is a fix for issue #10. The problem was reading of 32 bit symbol table was not handled in code

gz commented 4 years ago

Thank you for submitting this pull-request.