mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Split data askgproxiidemod to own file
added lf gproxii read (from antenna) fixed a few copy paste issues in the comments of some lf files
This commit is contained in:
parent
28598e80c0
commit
946a84c35b
13 changed files with 138 additions and 75 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "cmdlfcotag.h" // for COTAG menu
|
||||
#include "cmdlfvisa2000.h" // for VISA2000 menu
|
||||
#include "cmdlfindala.h" // for indala menu
|
||||
#include "cmdlfgproxii.h"// for gproxii menu
|
||||
|
||||
bool g_lf_threshold_set = false;
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
@ -1043,6 +1044,7 @@ static command_t CommandTable[] =
|
|||
{"awid", CmdLFAWID, 1, "{ AWID RFIDs... }"},
|
||||
{"cotag", CmdLFCOTAG, 1, "{ COTAG RFIDs... }"},
|
||||
{"em", CmdLFEM4X, 1, "{ EM4X RFIDs... }"},
|
||||
{"gproxii", CmdLF_G_Prox_II, 1, "{ G Prox II tags... }"},
|
||||
{"hid", CmdLFHID, 1, "{ HID RFIDs... }"},
|
||||
{"hitag", CmdLFHitag, 1, "{ Hitag tags and transponders... }"},
|
||||
{"io", CmdLFIO, 1, "{ ioProx tags... }"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue