Releases: flier/rust-macho
Releases · flier/rust-macho
v0.1.17
- parse FAT header with big endian #23
- support FAT header 64
v0.1.16
- 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
- merge PR #21
- Add arm64 sub architecture type
- Remove IdDylib when indexing Dylibs
- Remove
SymbolReader
v0.1.14
- #20 fixed incorect mapping of opcodes BindAndAddAddress and AddAddress
- migrate to Rust edition 2018
- upgrade dependencies
v0.1.5
- bump
uuid
to 0.5, PR #10
- bump
bitflags
to 0.9
v0.1.4
- fix #8 Consider switching API to Cursor
- merge #9 Added basic windows support
v0.1.3
- merge PR #6 panic on on missing sections
- fix issue #7 fail to parse fat file with multi-archs
0.1.1
PR #3 support to parse and dump symtab command