Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 748 Bytes

Binner

Simple byte handler

A simple program for manipulating data and bytes of binary files. Useful for quickly and conveniently performing non-complex reverse engineering that involves byte modification.

▪ Functions

  • File info;
  • Byte reader;
  • Byte changer;
  • Byte inserter;
  • Byte deleter;

▪ How to use

Commands: $ ./binner -h or $ ./binner --help;

Demonstration of --help

▪ Demonstration

Demonstration of byte reader;

Example: $ ./binner -r bin

Demonstration of byte reader

Demonstration of byte changer;

Example: $ ./binner --change bin

Demonstration of byte changer

~ Coded by okkvlt.