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 47/week @ 2023-10-28 66/week @ 2023-11-04 69/week @ 2023-11-11 41/week @ 2023-11-18 44/week @ 2023-11-25 42/week @ 2023-12-02 35/week @ 2023-12-09 45/week @ 2023-12-16 46/week @ 2023-12-23 31/week @ 2023-12-30 38/week @ 2024-01-06 38/week @ 2024-01-13 64/week @ 2024-01-20 45/week @ 2024-01-27 64/week @ 2024-02-03 70/week @ 2024-02-10

249 downloads per month
Used in capstone

MIT license

1MB
318 lines

Contains (Mach-o exe, 1.5MB) test/dwarfdump, (Mach-o exe, 5KB) test/lol

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