mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
Add: Emv first part of commands
* hf emv search * hf emv pse * hf emv select * hf emv exec command - only part of functionality
This commit is contained in:
parent
4058a2d7df
commit
3c5fce2ba7
18 changed files with 1370 additions and 19 deletions
|
@ -18,8 +18,8 @@
|
|||
#endif
|
||||
|
||||
#include "dump.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define PRINT_INDENT(level) {for (int i = 0; i < (level); i++) fprintf(f, "\t");}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue