Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 959 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 959 Bytes

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.