PM3 Commands Reference (Iceman Firmware):

Main Help


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 [-hir] [--dec <dec>] [--hex <hex>] [--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 0x1000