mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Revamped t55xx info: support offline block0, Q5, fix extended, add warns etc
This commit is contained in:
parent
43ca641939
commit
e88fa75fd0
2 changed files with 182 additions and 67 deletions
|
@ -149,8 +149,10 @@ extern int CmdT55xxDetect(const char *Cmd);
|
|||
extern int CmdResetRead(const char *Cmd);
|
||||
extern int CmdT55xxWipe(const char *Cmd);
|
||||
|
||||
char *GetPskCfStr(uint32_t id, bool q5);
|
||||
char *GetBitRateStr(uint32_t id, bool xmode);
|
||||
char *GetSaferStr(uint32_t id);
|
||||
char *GetQ5ModulationStr(uint32_t id);
|
||||
char *GetModulationStr(uint32_t id);
|
||||
char *GetModelStrFromCID(uint32_t cid);
|
||||
char *GetSelectedModulationStr(uint8_t id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue