From f8246289ebb1bacc8910eb4deb7aef4737674a2e Mon Sep 17 00:00:00 2001 From: Iceman Date: Sun, 8 Aug 2021 09:53:23 +0200 Subject: [PATCH] Updated Standalone mode (markdown) --- Standalone-mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Standalone-mode.md b/Standalone-mode.md index 5ce7c91..8b63016 100644 --- a/Standalone-mode.md +++ b/Standalone-mode.md @@ -45,6 +45,7 @@ Table of built-in standalone modes: | [HF_ICECLASS][] | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem | Iceman1001 |RDV4| | [HF_LEGIC][] | Read/simulate Legic Prime tags (RDV4: + save to flashmem) | Stefanie Hofmann & Uli Heilmeier |All / RDV4 *| | [HF_MATTYRUN][] | MIFARE sniff/clone | Matías A. Ré Medina |All| +| [HF_MFCSIM][] | MIFARE Classic simulate | Ray Lee |RDV4| | [HF_MSDSAL][] | **(default)** Read and emulate MSD Visa cards | Salvador Mendoza |All| | [HF_REBLAY][] | 14A relay over BT | Salvador Mendoza |All| | [HF_TCPRST][] | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation | Nick Draffen |Yes| @@ -70,6 +71,7 @@ Table of built-in standalone modes: [HF_ICECLASS]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_iceclass.c [HF_LEGIC]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_legic.c [HF_MATTYRUN]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_mattyrun.c +[HF_MFCSIM}: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_mfcsim.c [HF_MSDSAL]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_msdsal.c [HF_REBLAY]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_reblay.c [HF_TCPRST]: https://github.com/RfidResearchGroup/proxmark3/blob/master/armsrc/Standalone/hf_tcprst.c