From 34775c81f57c58837fe86a2ae7d4733150d73331 Mon Sep 17 00:00:00 2001 From: bogiton <34060135+bogiton@users.noreply.github.com> Date: Sun, 21 Oct 2018 18:29:49 +0000 Subject: [PATCH] Added BogitoRun identification --- armsrc/appmain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 79eba9cf8..2a3ae823a 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -453,7 +453,10 @@ void printStandAloneModes(void) { #if defined(WITH_HF_COLIN) DbpString(" HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)"); #endif - +#if defined(WITH_HF_BOG) + DbpString(" HF 14a sniff standalone with ULC/ULEV1/NTAG auth storing in flashmem - aka BogitoRun (Bogito)"); +#endif + //DbpString("Running "); //Dbprintf(" Is Device attached to USB| %s", USB_ATTACHED() ? "Yes" : "No"); //Dbprintf(" Is Device attached to FPC| %s", 0 ? "Yes" : "No");