mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
commit
0e18443b0e
1 changed files with 16 additions and 0 deletions
|
@ -210,6 +210,22 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
if (strcmp(Cmd, "star") == 0) {
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, " \\o o/");
|
||||
PrintAndLogEx(NORMAL, " v\\ /v");
|
||||
PrintAndLogEx(NORMAL, " <\\ />");
|
||||
PrintAndLogEx(NORMAL, " |\\o/|");
|
||||
PrintAndLogEx(NORMAL, " _\\__o | o__/");
|
||||
PrintAndLogEx(NORMAL, " |/ \\|");
|
||||
PrintAndLogEx(NORMAL, " o/ \\o");
|
||||
PrintAndLogEx(NORMAL, " /v v\\");
|
||||
PrintAndLogEx(NORMAL, " /> <\\");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
char cmd_name[128];
|
||||
memset(cmd_name, 0, sizeof(cmd_name));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue