Giter Club home page Giter Club logo

beil's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

exoosh

beil's Issues

Commands concept

Commands

beil

Beil, a binary export import tool.

USAGE:
    beil [OPTIONS] SUBCOMMAND

OPTIONS:
    -h, --help                  Display this help.
    -o, --output [JSON,HTML]    Output in JSON, HTML format instead of text
    -v, --verbose               Write debug information to output.
    -V, --version               Display version information.
    
SUBCOMMANDS:
    diff        List differences in imports/exports of a binary.
    help        Display this help.
    list        List different parts of the given binary.
    scan        Scan a binary recursively for its dependencies.
                I.e. display a dependency graph.
    version     Display version information.
    verify      Verifies that the exports of a binary satisfy the
                corresponding imports of another binary.

beil diff

Diff the imports, exports, dependencies of two binaries.

USAGE:
    beil diff [OPTIONS] <path1> <path2>

OPTIONS:
    -h, --help  Display this help.

ARGUMENTS:
    <path1>     Path to the first binary.
    <path2>     Path to the second binary that gets compared to <path1>.

beil list

List different parts of the given binary.

USAGE:
    beil list [OPTIONS] SUBCOMMAND

OPTIONS:
    -h, --help      Display this help.
    
SUBCOMMANDS:
    dependencies    List dependencies of a binary.
    exports         List exports of a binary.
    imports         List imports of a binary.

beil list dependencies

List all the libraries that the binary depends on.

USAGE:
    beil list dependencies [OPTIONS] <path>

OPTIONS:
    -h, --help  Display this help.
    
ARGUMENTS:
    <path>      Path to the binary.

beil list exports

List all the exports of the given binary.

USAGE:
    beil list exports [OPTIONS] <path>

OPTIONS:
    -h, --help  Display this help.
    
ARGUMENTS:
    <path>      Path to the binary.

beil list imports

List all the imports of the given binary.

USAGE:
    beil list imports [OPTIONS] <path>

OPTIONS:
    -h, --help  Display this help.
    
ARGUMENTS:
    <path>      Path to the binary.

beil scan

Scans the environment for all the dependencies of the given binary.

USAGE:
    beil scan [OPTIONS] <path>

OPTIONS:
    -h, --help  Display this help.
    
ARGUMENTS:
    <path>      Path to the binary.

beil verify

Verifies that the given exporting binary has everything the given importing binary needs. 

USAGE:
    beil verify [OPTIONS] <importer_path> <importer_path>

OPTIONS:
    -h, --help      Display this help.
    
ARGUMENTS:
    <importer>      Path to the binary that imports the the <exporter>.
    <exporter>      Path to the binary that exports functions for <importer>.

Add automated tests

Add test cases to the crate.
Automatically test them on each push, to ensure nothing broke.

Maybe deny pull requests if the test is broken?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.