mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Added some previous work of splitting ultralight to its own c-file, ported Pentura_Prox's initial PoC for ultralight C and Desfire Cards. Needs more work but hopefully we can finish this.
This commit is contained in:
parent
c3c18b0632
commit
a88dc6ab3b
4 changed files with 1390 additions and 0 deletions
5
client/cmdhfmfdesfire.h
Normal file
5
client/cmdhfmfdesfire.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
int CmdHF14AMfDESAuth(const char *Cmd);
|
||||
int CmdHFMFDesfire(const char *Cmd);
|
||||
int CmdHelp(const char *Cmd);
|
Loading…
Add table
Add a link
Reference in a new issue