mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod to PSK1, if fails it tries to PSK1 inverted demod.
This commit is contained in:
parent
701ad7cb3a
commit
3acac886bc
7 changed files with 80 additions and 3 deletions
|
@ -47,6 +47,7 @@ int CmdFSKrawdemod(const char *Cmd);
|
|||
int CmdPSK1rawDemod(const char *Cmd);
|
||||
int CmdPSK2rawDemod(const char *Cmd);
|
||||
int CmdPSKNexWatch(const char *Cmd);
|
||||
int CmdPSKIdteck(const char *Cmd);
|
||||
int CmdGrid(const char *Cmd);
|
||||
int CmdGetBitStream(const char *Cmd);
|
||||
int CmdHexsamples(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue