mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add hf iclass creditepurse
command to allow crediting the epurse debit value.
This commit is contained in:
parent
b59fad842b
commit
186308cb4a
10 changed files with 318 additions and 6 deletions
|
@ -25,6 +25,7 @@ void SniffIClass(uint8_t jam_search_len, uint8_t *jam_search_string);
|
|||
void ReaderIClass(uint8_t flags);
|
||||
|
||||
void iClass_WriteBlock(uint8_t *msg);
|
||||
void iclass_credit_epurse(iclass_credit_epurse_t *payload);
|
||||
void iClass_Dump(uint8_t *msg);
|
||||
|
||||
void iClass_Restore(iclass_restore_req_t *msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue