PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
analyse lrc --help


Specifying the bytes of a UID with a known LRC will find the last byte value
needed to generate that LRC with a rolling XOR. All bytes should be specified in HEX.

usage:
    analyse lrc [-h] -d <hex>

options:
    -h, --help                     This help
    -d, --data <hex>               bytes to calc missing XOR in a LRC

examples/notes:
    analyse lrc -d 04008064BA         ->  Target (BA) requires final LRC XOR byte value: 5A