/beil

Beil, a Binary Export Import tooL

Primary LanguageRustMIT LicenseMIT

Beil - Binary Export Import tooL

MIT license build Crates.io

Beil, allows you to inspect and compare your binarys imports and exports.

Features

  • 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.

Installation

You can compile from source by installing Cargo (Rust's package manager) and installing beil using Cargo:

cargo install beil