mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
revert
This commit is contained in:
parent
8ac04b2d21
commit
f370e0df71
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ int CmdHFMFNDEFWrite(const char *Cmd); // used by "nfc mf cwrite"
|
|||
void showSectorTable(sector_t *k_sector, size_t k_sectors_cnt);
|
||||
void readerAttack(sector_t *k_sector, size_t k_sectors_cnt, nonces_t data, bool setEmulatorMem, bool verbose);
|
||||
void printKeyTable(size_t sectorscnt, sector_t *e_sector);
|
||||
void printKeyTableEx(size_t sectorscnt, sector_t *e_sector, uint8_t start_sector, bool singel_sector);
|
||||
void printKeyTableEx(size_t sectorscnt, sector_t *e_sector, uint8_t start_sector);
|
||||
// void printKeyTableEx(size_t sectorscnt, sector_t *e_sector, uint8_t start_sector, bool singel_sector);
|
||||
|
||||
bool mfc_value(const uint8_t *d, int32_t *val);
|
||||
void mf_print_sector_hdr(uint8_t sector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue