mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add 'lf nexwatch clone' - uses raw hex to clone to t55x7
This commit is contained in:
parent
0a967f7733
commit
4e166cfd15
2 changed files with 60 additions and 6 deletions
|
@ -141,7 +141,7 @@ static int CmdSecurakeyClone(const char *Cmd) {
|
|||
case 'h':
|
||||
return usage_lf_securakey_clone();
|
||||
case 'b': {
|
||||
// skip first block, 3*4 =12 bytes left
|
||||
// skip first block, 3*4 = 12 bytes left
|
||||
uint8_t rawhex[12] = {0};
|
||||
int res = param_gethex_to_eol(Cmd, cmdp + 1, rawhex, sizeof(rawhex), &datalen);
|
||||
if ( res != 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue