doc/standalone/hf_legic.md
Author: uhei Frequency: HF (13.56 MHz) Hardware: Generic Proxmark3
Back to Standalone Modes Index | Source Code | Development Guide
Reads Legic Prime tags and simulates them. Auto-detects card type (MIM256, MIM512, MIM1024).
Legic Prime is a proprietary HF contactless technology used in European access control, time & attendance, and vending systems. This mode provides standalone read-and-replay capability.
| LED | Meaning |
|---|---|
| C (solid) | Searching for tag |
| A + B + C (solid) | Reading tag |
| A + D (solid) | Simulating tag |
| Action | Effect |
|---|---|
| Hold 280ms | Exit standalone mode |
| USB command | Exit standalone mode |
stateDiagram-v2
[*] --> Search : Startup\nLED_C
Search --> Read : Legic Prime found\nLED_A+B+C
Read --> Simulate : Tag dumped\nLED_A+D
Simulate --> Search : Loop back
Read --> Search : Read failed
Search --> [*] : Button hold / USB data
Simulate --> [*] : Button hold / USB data
make clean
make STANDALONE=HF_LEGIC -j
./pm3-flash-fullimage