mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
added write block command for LTO-CM
This commit is contained in:
parent
688fb78235
commit
88a976d9ff
3 changed files with 121 additions and 5 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
int infoLTO(bool verbose);
|
||||
int rdblLTO(uint8_t st_blk, uint8_t end_blk, bool verbose);
|
||||
int wrblLTO(uint8_t blk, uint8_t *data, bool verbose);
|
||||
int CmdHFLTO(const char *Cmd);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue