beil

Crates.iobeil
lib.rsbeil
version0.2.0
sourcesrc
created_at2022-02-25 20:56:16.382642
updated_at2022-03-06 19:59:00.762978
descriptionBeil, a binary export import tool.
homepage
repositoryhttps://github.com/mtzstngl/beil
max_upload_size
id539650
size28,526
Matthias (mtzstngl)

documentation

README

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
Commit count: 20

cargo fmt