mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'lf noralsy' Added tag allocation year in demod output.
CHG: 'lf noralsy clone|sim' Added tag allocation year as input parameter
This commit is contained in:
parent
3b875041dc
commit
9a6bc2feb4
2 changed files with 30 additions and 17 deletions
|
@ -27,7 +27,7 @@ int CmdNoralsySim(const char *Cmd);
|
|||
int CmdNoralsyRead(const char *Cmd);
|
||||
int CmdNoralsyDemod(const char *Cmd);
|
||||
|
||||
int getnoralsyBits(uint32_t id, uint8_t *bits);
|
||||
int getnoralsyBits(uint32_t id, uint16_t year, uint8_t *bits);
|
||||
|
||||
int usage_lf_noralsy_clone(void);
|
||||
int usage_lf_noralsy_sim(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue