segappend

Crates.iosegappend
lib.rssegappend
version0.2.0
sourcesrc
created_at2023-07-22 13:27:10.518988
updated_at2023-07-22 13:55:51.725975
descriptionAppend custom data to compiled binaries by creating a new segment.
homepagehttps://github.com/DjDeveloperr/segappend
repositoryhttps://github.com/DjDeveloperr/segappend
max_upload_size
id923193
size23,345
Dj (DjDeveloperr)

documentation

https://docs.rs/segappend

README

segappend

Append custom data by creating a new segment in compiled binary.

Only supports Mach-O 64-bit binaries for now (macOS, iOS, etc).

Usage

While it is primarily meant to be used as a C library, a simple utility tool is also compiled along with the library. See include/segappend.h for the C API.

There are also Rust bindings published on crates.io: segappend.

Build

# build library and utility tool
deno task build

# utility tool
deno task run <input-file> <segment-name> <segment-data-file> <output-file>

License

Apache-2.0 License

Copyright (c) 2023, DjDeveloperr

Commit count: 7

cargo fmt