mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Add Mifare Classic EV1 set load modulation command
This commit is contained in:
parent
86fdf240e0
commit
ece631fd06
8 changed files with 105 additions and 0 deletions
|
@ -58,6 +58,7 @@ int CmdHF14AMfCGetSc(const char* cmd);
|
|||
int CmdHF14AMfCLoad(const char* cmd);
|
||||
int CmdHF14AMfCSave(const char* cmd);
|
||||
int CmdHf14MfDecryptBytes(const char *Cmd);
|
||||
int CmdHf14AMfSetMod(const char *Cmd);
|
||||
|
||||
void showSectorTable(void);
|
||||
void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue