hf mf csetuid - now supports cliparser. Also experimental 7byte support. Not seen one in the wild. untested

This commit is contained in:
iceman1001 2021-04-11 12:46:45 +02:00
commit e448d58291
5 changed files with 138 additions and 105 deletions

View file

@ -189,9 +189,9 @@ hf mf cwipe -u 11223344 -a 0044 -s 18
or just fixing block0:
```
# MFC Gen1A 1k:
hf mf csetuid 11223344 0004 08
hf mf csetuid -u 11223344 -a 0004 -s 08
# MFC Gen1A 4k:
hf mf csetuid 11223344 0044 18
hf mf csetuid -u 11223344 -a 0044 -s 18
```
```