more renaming and explaining

This commit is contained in:
Anže Jenšterle
2021-03-15 00:58:38 +01:00
parent 73dd5a23e4
commit 9a33e547f3
2 changed files with 3 additions and 3 deletions

View File

@@ -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