fiddling
This commit is contained in:
@@ -521,7 +521,7 @@ int CmdLFHitagWriter(const char *Cmd) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CmdLFHitagDump(const char *cmd) {
|
int CmdLFHitagDump(const char *Cmd) {
|
||||||
PrintAndLogEx(INFO, "Dumping of tag memory");
|
PrintAndLogEx(INFO, "Dumping of tag memory");
|
||||||
PrintAndLogEx(INFO, "To be done!");
|
PrintAndLogEx(INFO, "To be done!");
|
||||||
|
|
||||||
|
|||||||
@@ -14,11 +14,12 @@
|
|||||||
extern int CmdLFHitag(const char *Cmd);
|
extern int CmdLFHitag(const char *Cmd);
|
||||||
|
|
||||||
extern int CmdLFHitagList(const char *Cmd);
|
extern int CmdLFHitagList(const char *Cmd);
|
||||||
extern int CmdLFHitagDump(const char *cmd);
|
|
||||||
extern int CmdLFHitagReader(const char *Cmd);
|
|
||||||
extern int CmdLFHitagSim(const char *Cmd);
|
|
||||||
extern int CmdLFHitagSniff(const char *Cmd);
|
extern int CmdLFHitagSniff(const char *Cmd);
|
||||||
extern int CmdLFHitagWriter(const char *Cmd);
|
extern int CmdLFHitagSim(const char *Cmd);
|
||||||
|
extern int CmdLFHitagInfo(const char *Cmd);
|
||||||
|
extern int CmdLFHitagReader(const char *Cmd);
|
||||||
extern int CmdLFHitagCheckChallenges(const char *Cmd);
|
extern int CmdLFHitagCheckChallenges(const char *Cmd);
|
||||||
|
extern int CmdLFHitagWriter(const char *Cmd);
|
||||||
|
extern int CmdLFHitagDump(const char *cmd);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user