PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
lf em 410x sim --help


Enables simulation of EM 410x card.
Simulation runs until the button is pressed or another USB command is issued.
Most common readers expects the code to be sent in loop without a break (i.e. --gap 0).
For other, more advanced readers there might be a need to set a non-zero gap value.

usage:
    lf em 410x sim [--gap <dec>]

options:
    -h, --help                     This help
    --clk <dec>                    <32|64> clock (default 64)
    --id <hex>                     EM Tag ID number (5 hex bytes)
    --gap <dec>                    gap (0's) between ID repeats (default 0)

examples/notes:
    lf em 410x sim --id 0F0368568B
    lf em 410x sim --id 0F0368568B --clk 32
    lf em 410x sim --id 0F0368568B --gap 20