mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added hf lto restore and fix filename for dump
This commit is contained in:
parent
d3b9796880
commit
7116895654
3 changed files with 127 additions and 11 deletions
|
@ -14,7 +14,8 @@
|
|||
#include "common.h"
|
||||
|
||||
int infoLTO(bool verbose);
|
||||
int dumpLTO(uint8_t *serial_number, uint8_t serial_len, uint8_t *dump, bool verbose);
|
||||
int dumpLTO(uint8_t *dump, bool verbose);
|
||||
int restoreLTO(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