#executable #linked #mach-o #pe #elf #find #finder

bin+lib llfind

llfind - find dynamically linked libraries in executables. Supports ELF, Mach-O and PE.

1 stable release

1.0.0 Sep 20, 2024

#4 in #linked

Download history 71/week @ 2024-09-14 67/week @ 2024-09-21 12/week @ 2024-09-28 2/week @ 2024-10-05

152 downloads per month

MIT/Apache

16KB
329 lines

llfind

llfind (Linked Library Finder) is a fast and a very minimal tool/library to find dynamically linked libraries in executables. The program supports the following formats: Mach-O (including multi-architectures), ELF and PE (Portable Executable).

Installation

You can install the tool using cargo by just running: cargo install llfind.

Building

Normal cargo build instructions.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~12–19MB
~249K SLoC