Git Product home page Git Product logo

threebe's Introduction

Threebe Banner

Introduction

Threebe logo


      Threebe is a Libre (FOSS - Free and Open Source) tool for displaying a Hexdump /
      / Disassembly / Strings / Information from/of a (binary) file
      and (at this time) is fully written in Python3.



Updated Badge Created Badge

MIT license Code Size Repo Size

Screenshots

Hexdump (-h option):

Hexdump

Hexdump - wide (-h32 option):

Hexdump - wide

Disassembly (-dx86 option):

Disassembly

Color Schemes:

Color scheme nr. 2:

SchemeNR2

Color scheme nr. 3 (Windows CMD mode):

SchemeNR3

Information extracting / Patching a binary (-i, -pb options):

Info/Patching

Strings extracting (-sb option):

Strings

Installation

Threebe is written from the ground up in pure Python3 (without any dependencies), so to run it, you only need to have Python3 installed on your system. (On Windows you may need to add Python3 to your system PATH.)

Link to python website: https://www.python.org/

Installation:

git clone https://gitlab.com/Ernest1337/Threebe.git
cd Threebe
python3 Threebe.py --help

Usage

Make sure you are in the Threebe directory before you begin. (You can also add this directory to your PATH, then you will be able to run Threebe from any place you want.)

General usage:

python3 Threebe.py [parameter(s)] [file_name/or/path/to/file]   or   ./Threebe.py [parameter(s)] [file_name/or/path/to/file]

You can get a list of all possible parameters by running command:

./Threebe --help

Features

This is a list of current features:

  • Hexdump / Hexdump at a given address
  • Information about binary
  • Extracting strings
  • Binary patching
  • x86 disassembly (partially)
  • (more in the future)

Supported architectures

Disassembly:

  • x86 (not fully completed)
  • (There will be more in the future)

Hexdump, strings, pathing:

  • All architectures will "probably" work. (If you have problems with an architecture please open an issue for that.)

Operating systems

Threebe is cross-platform and can be run on any operating system which allows to install python3.

Color Schemes

To change color scheme of Threebe, edit the colorScheme variable at the top of the Colors.py file inside of Functions directory. (Path: Threebe/Functions/Colors.py)

Color schemes to choose from:

  • 1 (Default)
  • 2 (Slightly darker)
  • 3 (Clean / Windows CMD mode)

For Windows users

If you are using Windows CMD and experiencing weird text rendering, this is because CMD doesn't support using ANSI escape codes which i'm using to make output colorful. To solve this issue you need to set color scheme (see: Color Schemes section) to a value of 3 (windows cmd mode).

Links

Contribution

If you want to contribute to this project, feel free to do that. Any help is much appreciated.

threebe's People

Contributors

ernest1338 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

threebe's Issues

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.