Rust Macho Versions Save

Mach-O File Format Parser for Rust

v0.1.17

1 year ago
  • parse FAT header with big endian #23
  • support FAT header 64

v0.1.16

1 year ago
  • replace failure to thiserror #22
  • fix a crash in parsing ar headers
  • add LC_DYLD_EXPORTS_TRIE and LC_DYLD_CHAINED_FIXUPS command

v0.1.15

3 years ago
  • merge PR #21
    • Add arm64 sub architecture type
    • Remove IdDylib when indexing Dylibs
    • Remove SymbolReader

v0.1.14

4 years ago
  • #20 fixed incorect mapping of opcodes BindAndAddAddress and AddAddress
  • migrate to Rust edition 2018
  • upgrade dependencies

v0.1.13

5 years ago

v0.1.5

6 years ago
  • bump uuid to 0.5, PR #10
  • bump bitflags to 0.9

v0.1.4

7 years ago
  • fix #8 Consider switching API to Cursor<T>
  • merge #9 Added basic windows support

v0.1.3

7 years ago
  • merge PR #6 panic on on missing sections
  • fix issue #7 fail to parse fat file with multi-archs

0.1.1

7 years ago

PR #3 support to parse and dump symtab command