Skip to content

dr05-homebrew/binmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

binmap

displays the bits in any file. good for sifting through firmware files that might contain bitmap pictures or fonts.

usage

binmap.py inputfile

interface

both windows accept keyboard input.

the scrollbar shows a 256px wide preview and a frame around the pixels that are drawn aligned in the bitmap window.

  • ESC exits.
  • Ctrl-D does a hexdump.
  • w sets bitmap width
  • h sets bitmap height / scrollbar window
  • g jumps to this byte in the file
  • arrow keys shift the bitmap
  • pgup/pgdn jumps by one window size

scrollbar

left drag to move window.

scroll to resize window.

right click/drag to jump to pointer.

scrollbar

bitmap

left drag to shift up/down/left/right.

scroll to change width.

bitmap

About

find bitmaps in binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages