#elf #symbols #mach-o #back-end #utility #table #symtool

build symtool-backend

symtool-backend provides the symbol manipulation framework for the symtool utility

2 unstable releases

0.3.0 Apr 30, 2021
0.2.0 Nov 8, 2019

#662 in Build Utils

30 downloads per month
Used in symtool

MIT/Apache

19KB
459 lines

symtool-backend

Backend implementation for symtool.

Build Status

Summary

This crate provides utilities for patching symbols in ELF and Mach-O binaries.

License

symtool and symtool-backend are distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.


lib.rs:

This crate provides utilities for patching symbol tables in ELF and Mach-O binaries.

This is the implementation behind the symtool utility.

Dependencies

~1MB
~16K SLoC