falconre / falcon

Binary Analysis Framework in Rust
Apache License 2.0
549 stars 47 forks source link

update to goblin 0.0.11 #24

Closed m4b closed 7 years ago

m4b commented 7 years ago

Does that ^ cause I broke a lot of stuff

Notes:

  1. Replaced with the indexing versions for strtable (get was equivalent to this in 0.0.9)
  2. Slightly altered the logic in loader for dynamic; i did not think about this deeply, so please correct if the logic is bad
  3. Everything should be faster; the parser is zero-copy everywhere, and if you end up using the mach parser, it now actually correctly parses mach-o imports thanks to @willglynn
endeav0r commented 7 years ago

Thanks! Merged.