#mach #macho #mach-o

mach_o

A nicer API for working with OSX's mach-o system library (built on top of mach_o_sys)

3 releases

Uses old Rust 2015

0.1.2 Jul 31, 2016
0.1.1 Jul 27, 2016
0.1.0 Jul 27, 2016

#7 in #macho

Download history 40/week @ 2023-10-28 33/week @ 2023-11-04 29/week @ 2023-11-11 45/week @ 2023-11-18 41/week @ 2023-11-25 34/week @ 2023-12-02 28/week @ 2023-12-09 41/week @ 2023-12-16 43/week @ 2023-12-23 29/week @ 2023-12-30 36/week @ 2024-01-06 33/week @ 2024-01-13 37/week @ 2024-01-20 36/week @ 2024-01-27 28/week @ 2024-02-03 44/week @ 2024-02-10

151 downloads per month

Apache-2.0/MIT

325KB
178 lines

Contains (Mach-o exe, 1MB) tests/test-mach-o-file

mach_o

Build Status

Slightly nicer Rust API wrapping the raw OSX Mach-O system library bindings exposed via the mach_o_sys crate.


lib.rs:

A Rust API for working with OSX's Mach-O object files.

Dependencies