mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
removed global structure/variable for saving tag information
This commit is contained in:
parent
f8045e0434
commit
a84074686b
2 changed files with 35 additions and 63 deletions
|
@ -13,10 +13,6 @@
|
|||
|
||||
#include "../include/em4x50.h"
|
||||
|
||||
typedef struct {
|
||||
uint8_t sectors[34][4];
|
||||
} em4x50_tag_t;
|
||||
|
||||
int em4x50_standalone_read(uint32_t *words);
|
||||
int em4x50_standalone_brute(uint32_t start, uint32_t stop, uint32_t *pwd);
|
||||
bool em4x50_sim_send_listen_window(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue