mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Fix #1499 hf 15 restore and fix trace list -t 15 writeblock
This commit is contained in:
parent
c326c25905
commit
3e39689b6e
3 changed files with 7 additions and 4 deletions
|
@ -2028,7 +2028,7 @@ static int CmdHF15Restore(const char *Cmd) {
|
|||
uint16_t i = 0;
|
||||
while (bytes < datalen) {
|
||||
|
||||
req[reqlen + 1] = i;
|
||||
req[reqlen] = i;
|
||||
// copy over the data to the request
|
||||
memcpy(req + reqlen + 1, data + bytes, blocksize);
|
||||
AddCrc15(req, reqlen + 1 + blocksize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue