mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 22:23:38 -07:00
fix readme
This commit is contained in:
parent
2f43e94099
commit
a570420784
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- Deleted wipe functionality from `hf mf csetuid` (Merlok)
|
- Deleted wipe functionality from `hf mf csetuid` (Merlok)
|
||||||
- Changed `hf mf nested` logic (Merlok)
|
- Changed `hf mf nested` logic (Merlok)
|
||||||
- Added `hf mf nested` mode: autosearch keys for attack (from well known keys) (Merlok)
|
- Added `hf mf nested` mode: autosearch keys for attack (from well known keys) (Merlok)
|
||||||
|
- `hf mf nested` Check keys after they have found (Merlok)
|
||||||
|
- `hf mf chk` Move main cycle to arm (Merlok)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -1146,7 +1146,6 @@ int CmdHF14AMfChk(const char *Cmd)
|
||||||
PrintAndLog("No valid keys found.");
|
PrintAndLog("No valid keys found.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (transferToEml) {
|
if (transferToEml) {
|
||||||
uint8_t block[16];
|
uint8_t block[16];
|
||||||
for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {
|
for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue