CouleeApps / bn_selection_display

Simple UI for showing current selection in different formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selection Display

This is a basic utility to add functionality like Hex Fiend's data inspector to Binja.

Currently this ui is super basic but displays the following:

  • Integers (BE/LE/LEB128) (Dec/Hex)
  • Floats (BE/LE) (half/float/double precision)
  • Binary (BE/LE)
  • Bytes
  • UTF-8/16/32 (BE/LE)

Preview

About

Simple UI for showing current selection in different formats


Languages

Language:Python 100.0%