Registry / other / mach-o-sys

mach-o-sys

JSON →
library0.1.1rscratesunverified

Bindings to the OSX mach-o system library for low-level macOS binary format manipulation.

# Cargo.toml [dependencies] mach_o_sys = "0.1.1"
INSTALL
IMPORT
SIG · MACH-O-SYS
M
mach-o-sys
otherrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mach_header
use mach_o_sys::mach_header;

Minimal usage of the mach-o-sys crate to create a Mach-O header.

use mach_o_sys::mach_header; fn main() { let header = mach_header { magic: 0xfeedface, cputype: 12, cpusubtype: 0, filetype: 2, ncmds: 0, sizeofcmds: 0, flags: 0, }; println!("Mach-O header created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
mach-o-sys — cargo add mach-o-sys · libregistry