#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

#107 in macOS and iOS APIs

Download history 26/week @ 2023-05-21 35/week @ 2023-05-28 31/week @ 2023-06-04 24/week @ 2023-06-11 57/week @ 2023-06-18 43/week @ 2023-06-25 39/week @ 2023-07-02 34/week @ 2023-07-09 34/week @ 2023-07-16 39/week @ 2023-07-23 31/week @ 2023-07-30 38/week @ 2023-08-06 43/week @ 2023-08-13 29/week @ 2023-08-20 37/week @ 2023-08-27 35/week @ 2023-09-03

148 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