PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
lf gproxii sim --help


Enables simulation of Guardall card with specified card number.
Simulation runs until the button is pressed or another USB command is issued.
The facility-code is 8-bit and the card number is 16-bit.  Larger values are truncated.
Currently work only on 26 | 36 bit format

usage:
    lf gproxii sim [-h] --xor <dec> --fmt <dec> --fc <dec> --cn <dec>

options:
    -h, --help                     This help
    --xor <dec>                    8-bit xor value (installation dependant)
    --fmt <dec>                    format length 26|32|36|40
    --fc <dec>                     8-bit value facility code
    --cn <dec>                     16-bit value card number

examples/notes:
    lf gproxii sim --xor 141 --fmt 26 --fc 123 --cn 1337