mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: 'lf presco' demod fixes.
ADD: 'lf search' now also looks for Presco. I know that the helptext is wrong (d should be p)
This commit is contained in:
parent
371535d566
commit
d48175d4f4
4 changed files with 38 additions and 22 deletions
|
@ -21,6 +21,8 @@
|
|||
int CmdLFPresco(const char *Cmd);
|
||||
int CmdPrescoClone(const char *Cmd);
|
||||
int CmdPrescoSim(const char *Cmd);
|
||||
int CmdPrescoRead(const char *Cmd);
|
||||
int CmdPrescoDemod(const char *Cmd);
|
||||
|
||||
int GetWiegandFromPresco(const char *id, uint32_t *sitecode, uint32_t *usercode, uint32_t *fullcode, bool *Q5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue