mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: 'lf t55xx chk'
fix: 'lf t55xx brute' fix: 'lf t55xx recoverpwd' - now works like they should again.
This commit is contained in:
parent
834832be31
commit
54e8eafa49
2 changed files with 59 additions and 62 deletions
|
@ -165,7 +165,7 @@ bool test(uint8_t mode, uint8_t *offset, int *fndBitRate, uint8_t clk, bool *Q5)
|
|||
int special(const char *Cmd);
|
||||
bool AquireData(uint8_t page, uint8_t block, bool pwdmode, uint32_t password);
|
||||
|
||||
bool detectPassword(int password);
|
||||
int tryOnePassword(uint32_t password);
|
||||
|
||||
void printT55x7Trace(t55x7_tracedata_t data, uint8_t repeat);
|
||||
void printT5555Trace(t5555_tracedata_t data, uint8_t repeat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue