mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
added hf lto dump
This commit is contained in:
parent
e25300843e
commit
d5b21cbdd9
3 changed files with 86 additions and 13 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "common.h"
|
||||
|
||||
int infoLTO(bool verbose);
|
||||
int dumpLTO(uint8_t *serial_number, uint8_t serial_len, uint8_t *dump, 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue