#export #import #abi #dependencies

app beil

Beil, a binary export import tool

2 unstable releases

0.2.0 Mar 6, 2022
0.1.0 Feb 25, 2022

#106 in #export

MIT license

18KB
233 lines

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

Dependencies

~6MB
~119K SLoC