mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add hf list 15 (#754)
and refactoring: move all of hf list code to cmdhflist.c
This commit is contained in:
parent
c0e7527ddd
commit
0d2624a0cc
6 changed files with 641 additions and 651 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "smartcard.h"
|
||||
#include "comms.h"
|
||||
#include "protocols.h"
|
||||
#include "cmdhf.h" // CmdHFlist
|
||||
#include "cmdhflist.h"
|
||||
#include "emv/apduinfo.h" // APDUcode description
|
||||
#include "emv/emvcore.h" // decodeTVL
|
||||
#include "crypto/libpcrypto.h" // sha512hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue