4 releases (breaking)

Uses old Rust 2015

0.4.1 Aug 19, 2016
0.3.0 Mar 8, 2016
0.2.0 Mar 8, 2016
0.1.0 Mar 8, 2016
Download history 32/week @ 2023-02-14 37/week @ 2023-02-21 14/week @ 2023-02-28 10/week @ 2023-03-07 12/week @ 2023-03-14 9/week @ 2023-03-21 15/week @ 2023-03-28 6/week @ 2023-04-04 22/week @ 2023-04-11 7/week @ 2023-04-18 11/week @ 2023-04-25 9/week @ 2023-05-02 16/week @ 2023-05-09 12/week @ 2023-05-16 3/week @ 2023-05-23 19/week @ 2023-05-30

51 downloads per month
Used in capstone

MIT license

1MB
318 lines

An implementation of a mach-o parser using nom

This implementation essentially ignores the existance of 32bit mach objects.

As yet it's extremely incomplete, however if you're on OSX you can try:

cargo run --example=reader `which cat`

To emit the data structure resulting from parsing your cat binary

Dependencies