mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added a lf em 4x50 view command and lf em 4x50 dump now supports the nosave flag
This commit is contained in:
parent
a7da3f2a45
commit
c49a7c040b
4 changed files with 127 additions and 91 deletions
|
@ -53,8 +53,8 @@
|
|||
#define EM4X50_COMMAND_STANDARD_READ 0x02 // virtual command
|
||||
|
||||
// misc
|
||||
#define TIMEOUT_CMD 3000
|
||||
#define DUMP_FILESIZE 136
|
||||
#define EM4X50_TIMEOUT_CMD 3000
|
||||
#define EM4X50_DUMP_FILESIZE 136
|
||||
|
||||
typedef struct {
|
||||
bool addr_given;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue