mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Fixed hf mf fchk --mem to actually use flash dict
This commit is contained in:
parent
dfc40a2ea3
commit
926fbe5354
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Fixed `hf mf fchk --mem` to actually use flash dict (@doegox)
|
||||||
- Fixed `make install` on OSX thanks DaveItsLong (@doegox)
|
- Fixed `make install` on OSX thanks DaveItsLong (@doegox)
|
||||||
|
|
||||||
## [Blue Ice.4.20142][2025-03-25]
|
## [Blue Ice.4.20142][2025-03-25]
|
||||||
|
|
|
@ -1955,6 +1955,7 @@ void MifareChkKeys_fast(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *da
|
||||||
}
|
}
|
||||||
// Replace client provided keys
|
// Replace client provided keys
|
||||||
datain = dictkeys;
|
datain = dictkeys;
|
||||||
|
keyCount = key_mem_available;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue