| Crates.io | segappend |
| lib.rs | segappend |
| version | 0.2.0 |
| created_at | 2023-07-22 13:27:10.518988+00 |
| updated_at | 2023-07-22 13:55:51.725975+00 |
| description | Append custom data to compiled binaries by creating a new segment. |
| homepage | https://github.com/DjDeveloperr/segappend |
| repository | https://github.com/DjDeveloperr/segappend |
| max_upload_size | |
| id | 923193 |
| size | 23,345 |
Append custom data by creating a new segment in compiled binary.
Only supports Mach-O 64-bit binaries for now (macOS, iOS, etc).
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 library and utility tool
deno task build
# utility tool
deno task run <input-file> <segment-name> <segment-data-file> <output-file>
Apache-2.0 License
Copyright (c) 2023, DjDeveloperr