mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: the option to simulate tnp3xxx inthe command "hf mf sim"
ADD: found some new default keys ADD: changed alot of memorys buffers to use constant values. like usbbuffer sizes, tracelogs, etc etc ADD: all changes Peter filmoore has in his pull request.
This commit is contained in:
parent
463ca973e7
commit
95e635947b
21 changed files with 106 additions and 75 deletions
|
@ -14,7 +14,7 @@ int CmdHF14ADesRb(const char* cmd);
|
|||
int CmdHF14ADesWb(const char* cmd);
|
||||
int CmdHF14ADesInfo(const char *Cmd);
|
||||
int CmdHF14ADesEnumApplications(const char *Cmd);
|
||||
int CmdHF14ADesNonces(const char *Cmd);
|
||||
|
||||
char * GetCardSizeStr( uint8_t fsize );
|
||||
char * GetVendorStr( uint8_t id);
|
||||
char * GetProtocolStr(uint8_t id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue