PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
data num --help


Function takes a decimal or hexdecimal number and print it in decimal/hex/binary
Will print message if number is a prime number

usage:
    data num [--bin <bin>]

options:
    -h, --help                     This help
    --dec <dec>                    decimal value
    --hex <hex>                    hexadecimal value
    --bin <bin>                    binary value
    -i                             print inverted value
    -r                             print reversed value

examples/notes:
    data num --dec 2023
    data num --hex 2A