Crates.io | llfind |
lib.rs | llfind |
version | 1.0.0 |
source | src |
created_at | 2024-09-20 14:28:03.35905 |
updated_at | 2024-09-20 14:28:03.35905 |
description | llfind - find dynamically linked libraries in executables. Supports ELF, Mach-O and PE. |
homepage | https://github.com/dd-dreams/llfind |
repository | |
max_upload_size | |
id | 1381297 |
size | 33,704 |
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).
You can install the tool using cargo
by just running: cargo install llfind
.
Normal cargo build
instructions.
Licensed under either of
at your option.
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.