PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
data xor --help


takes input string and xor string. Perform xor on it.
If no xor string, try the most reoccuring value to xor against

usage:
    data xor [-x <str>]

options:
    -h, --help                     This help
    -d, --data <hex>               input hex string
    -x, --xor <str>                input xor string

examples/notes:
    data xor -d 99aabbcc8888888888
    data xor -d 99aabbcc --xor 88888888