more renaming and explaining

This commit is contained in:
Anže Jenšterle 2021-03-15 00:58:38 +01:00
commit 9a33e547f3
No known key found for this signature in database
GPG key ID: 56821505069EBF5F
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