Crates.io | beil |
lib.rs | beil |
version | 0.2.0 |
source | src |
created_at | 2022-02-25 20:56:16.382642 |
updated_at | 2022-03-06 19:59:00.762978 |
description | Beil, a binary export import tool. |
homepage | |
repository | https://github.com/mtzstngl/beil |
max_upload_size | |
id | 539650 |
size | 28,526 |
Beil, allows you to inspect and compare your binarys imports and exports.
Compare imports and exports between two executables or libraries.
Display information about a library, e.g. the PE header of a windows library.
List imports, exports and dependencies of an executable or library.
Scan the PATH variable for the dependencies of a library.
Verify if a library exports everything another library imports.
You can compile from source by installing Cargo (Rust's package manager) and installing beil
using Cargo:
cargo install beil