This commit is contained in:
iceman1001 2021-04-10 18:22:31 +02:00
commit 40d920ebd8
2 changed files with 7 additions and 9 deletions

View file

@ -24,9 +24,7 @@ hf mf restore
hf mf setmod hf mf setmod
hf mf wrbl hf mf wrbl
hf mf ecfill hf mf ecfill
hf mf eload
hf mf esave hf mf esave
hf mf eset
hf mf cload hf mf cload
hf mf csave hf mf csave
hf mf csetblk hf mf csetblk

View file

@ -414,15 +414,15 @@ Check column "offline" for their availability.
|`hf mf ekeyprn `|N |`Print keys from emulator memory` |`hf mf ekeyprn `|N |`Print keys from emulator memory`
|`hf mf eload `|N |`Load from file emul dump` |`hf mf eload `|N |`Load from file emul dump`
|`hf mf esave `|N |`Save to file emul dump` |`hf mf esave `|N |`Save to file emul dump`
|`hf mf eset `|N |`Set emulator memory block` |`hf mf esetblk `|N |`Set emulator memory block`
|`hf mf eview `|N |`View emulator memory` |`hf mf eview `|N |`View emulator memory`
|`hf mf cgetblk `|N |`Read block` |`hf mf cgetblk `|N |`Read block from card`
|`hf mf cgetsc `|N |`Read sector` |`hf mf cgetsc `|N |`Read sector from card`
|`hf mf cload `|N |`Load dump` |`hf mf cload `|N |`Load dump to card`
|`hf mf csave `|N |`Save dump from card into file or emulator` |`hf mf csave `|N |`Save dump from card into file or emulator`
|`hf mf csetblk `|N |`Write block` |`hf mf csetblk `|N |`Write block to card`
|`hf mf csetuid `|N |`Set UID` |`hf mf csetuid `|N |`Set UID on card`
|`hf mf cview `|N |`view card` |`hf mf cview `|N |`View card`
|`hf mf cwipe `|N |`Wipe card to default UID/Sectors/Keys` |`hf mf cwipe `|N |`Wipe card to default UID/Sectors/Keys`
|`hf mf gen3uid `|N |`Set UID without manufacturer block` |`hf mf gen3uid `|N |`Set UID without manufacturer block`
|`hf mf gen3blk `|N |`Overwrite full manufacturer block` |`hf mf gen3blk `|N |`Overwrite full manufacturer block`