mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
more renaming and explaining
This commit is contained in:
parent
73dd5a23e4
commit
9a33e547f3
2 changed files with 3 additions and 3 deletions
|
@ -36,12 +36,12 @@ typedef struct {
|
||||||
} PACKED card_clone_t;
|
} PACKED card_clone_t;
|
||||||
|
|
||||||
void ModInfo(void) {
|
void ModInfo(void) {
|
||||||
DbpString("hf_craftbyte: standalone DESfire that scans a card and then emulates UID, SAK and ATQA");
|
DbpString("hf_craftbyte: standalone UID Stealer - Scans and emulates 14a UID");
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunMod(void) {
|
void RunMod(void) {
|
||||||
StandAloneMode();
|
StandAloneMode();
|
||||||
Dbprintf("HF DESfire emulator started");
|
Dbprintf("HF UID emulator started");
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
|
|
||||||
// the main loop for your standalone mode
|
// the main loop for your standalone mode
|
||||||
|
|
|
@ -90,7 +90,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo
|
||||||
| HF_14ASNIFF | 14a sniff storing to flashmem - Micolous
|
| HF_14ASNIFF | 14a sniff storing to flashmem - Micolous
|
||||||
| HF_AVEFUL | MIFARE Ultralight read/simulation - Ave Ozkal
|
| HF_AVEFUL | MIFARE Ultralight read/simulation - Ave Ozkal
|
||||||
| HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth storing in flashmem - Bogito
|
| HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth storing in flashmem - Bogito
|
||||||
| HF_CRAFTBYTE | UID Stealer - Anze Jensterle
|
| HF_CRAFTBYTE | UID stealer - Emulates scanned 14a UID - Anze Jensterle
|
||||||
| HF_COLIN | Mifare ultra fast sniff/sim/clone - Colin Brigato
|
| HF_COLIN | Mifare ultra fast sniff/sim/clone - Colin Brigato
|
||||||
| HF_ICECLASS | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem - Iceman1001
|
| HF_ICECLASS | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem - Iceman1001
|
||||||
| HF_LEGIC | HF Legic Prime standalone - uhei
|
| HF_LEGIC | HF Legic Prime standalone - uhei
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue