Crates.io | atom-macho |
lib.rs | atom-macho |
version | 0.1.0 |
source | src |
created_at | 2022-04-12 10:42:24.923192 |
updated_at | 2022-04-12 10:42:24.923192 |
description | MachO file format primitives |
homepage | https://github.com/AtsukiTak/atom-macho |
repository | https://github.com/AtsukiTak/atom-macho |
max_upload_size | |
id | 566364 |
size | 66,675 |
MachO format primitive tools for Rust.
This repository currently contains 2 crates, atom-macho
and readmacho
.
atom-macho
is a very primitive library that defines MachO format structure and provides serialization and deserialization methods.
readmacho
is an application that reads MachO formatted file and shows informations about it.