mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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;
|
||||
|
||||
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) {
|
||||
StandAloneMode();
|
||||
Dbprintf("HF DESfire emulator started");
|
||||
Dbprintf("HF UID emulator started");
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
|
||||
// the main loop for your standalone mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue