PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf legic rdbl --help


Read data from a LEGIC Prime tag

usage:
    hf legic rdbl [-h] [-o <dec>] [-l <dec>] [--iv <hex>]

options:
    -h, --help                     This help
    -o, --offset <dec>             offset in data array to start download from
    -l, --length <dec>             number of bytes to read
    --iv <hex>                     Initialization vector to use. Must be odd and 7bits max

examples/notes:
    hf legic rdbl -o 0 -l 16                -> read 16 bytes from offset 0 (system header)
    hf legic rdbl -o 0 -l 4 --iv 55         -> read 4 bytes from offset 0
    hf legic rdbl -o 0 -l 256 --iv 55       -> read 256 bytes from offset 0