PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
data bmap --help


Breaks down a hex value to binary according a template
   data bmap -d 16 -m 4,4
This will give two rows each with four bits

usage:
    data bmap [-m <str>]

options:
    -h, --help                     This help
    -d <hex>                       hex string
    -m <str>                       binary template

examples/notes:
    data bmap -d 3B
    data bmap -d 3B -m 2,5,1