mjhouse / deaf

A library for inspecting/modifying ELF binaries
GNU General Public License v3.0
7 stars 0 forks source link

Add helper methods to symbols #28

Closed mjhouse closed 1 year ago

mjhouse commented 1 year ago

Add various helper methods to SymbolItem that will allow users to quickly check types, binding, get the body of functions, get data from object symbols etc. Note: In the following list, &binary and &mut binary mean the overall ELF binary struct that will be written as part of issue #24.

mjhouse commented 1 year ago

Resolved by #52