mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
split lf paradox/nexwatch into own files
see changelog.md for cli changes!
This commit is contained in:
parent
488d309804
commit
5bce72d5e3
9 changed files with 226 additions and 92 deletions
|
@ -38,6 +38,8 @@
|
|||
#include "cmdlfindala.h" // for indala menu
|
||||
#include "cmdlfgproxii.h"// for gproxii menu
|
||||
#include "cmdlffdx.h" // for fdx-b menu
|
||||
#include "cmdlfparadox.h"// for paradox menu
|
||||
#include "cmdlfnexwatch.h"//for nexwatch menu
|
||||
|
||||
bool g_lf_threshold_set = false;
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
@ -1051,6 +1053,8 @@ static command_t CommandTable[] =
|
|||
{"hitag", CmdLFHitag, 1, "{ Hitag CHIPs... }"},
|
||||
{"io", CmdLFIO, 1, "{ ioProx RFIDs... }"},
|
||||
{"indala", CmdLFINDALA, 1, "{ Indala RFIDs... }"},
|
||||
{"nexwatch", CmdLFNexWatch, 1, "{ NexWatch RFIDs... }"},
|
||||
{"paradox", CmdLFParadox, 1, "{ Paradox RFIDs... }"},
|
||||
{"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"},
|
||||
{"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 CHIPs... }"},
|
||||
{"pyramid", CmdLFPyramid, 1, "{ Farpointe/Pyramid RFIDs... }"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue