llfind

Crates.iollfind
lib.rsllfind
version1.0.0
sourcesrc
created_at2024-09-20 14:28:03.35905
updated_at2024-09-20 14:28:03.35905
descriptionllfind - find dynamically linked libraries in executables. Supports ELF, Mach-O and PE.
homepagehttps://github.com/dd-dreams/llfind
repository
max_upload_size
id1381297
size33,704
(dd-dreams)

documentation

README

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.

Commit count: 0

cargo fmt