Skip to content

nycresistor/romexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1a0330 · Jul 12, 2022
Aug 23, 2017
Jul 12, 2022
Jun 24, 2022
Oct 18, 2019
Jul 8, 2022

Repository files navigation

ROM blob explorer

This is a simple tool for visualizing and exploring binary blobs.

Building and Installation

romexp is written in the Rust language. If you haven't used rust before, you can find simple installation instructions here.

Clone this repository and change directory to the repo's root. Then:

$ cargo build --release
$ cargo install

Cargo will download and build all the necessary dependencies for you.

Usage

You can invoke romexp on a binary file by passing it as an argument to romexp2:

$ romexp2 [PATH OF FILE]

A quick guide to the interface

You can use the scroll wheel to zoom into the bit view. Dragging the middle mouse button will pan the view. The offset in the file, in hex, should appear in the lower right corner. Left dragging selects a region.

You can annotate the blob with various annotation engines that will highlight appropriate regions of the code. Mouse over a highlight to see more information.

You can change the byte stride with the left and right keys. Backtick swaps endianness relative to the current byte stride.

Currently implemented annotations:

  • S - identify C strings

About

binary blob explorer

Resources

Stars

Watchers

Forks

Packages

No packages published