mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix ref name
This commit is contained in:
parent
d3f8323a3f
commit
362cfff60a
1 changed files with 4 additions and 4 deletions
|
@ -417,9 +417,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Changed `hf 15 sim` - now supports reader writes (@markus-oehme-pg40)
|
||||
- Added `hf 15 eload` - specify memory image for ISO15693 simulation (@markus-oehme-pg40)
|
||||
- Added `hf 15 sim --blocksize` - configure block size for simulation (@markus-oehme-pg40)
|
||||
- Fixed buffer overflow in mfu ndef decode (@mwalker)
|
||||
- Changed spiffs write/append to send in 8192 chunks to ensure its eraised (@mwalker)
|
||||
- Fixed spiffs dump to ensure to fails correctly if no big_buff was allocated (@mwalker)
|
||||
- Fixed buffer overflow in mfu ndef decode (@mwalker33)
|
||||
- Changed spiffs write/append to send in 8192 chunks to ensure its eraised (@mwalker33)
|
||||
- Fixed spiffs dump to ensure to fails correctly if no big_buff was allocated (@mwalker33)
|
||||
- Change Client Makefile to respect global flags (@blshkv)
|
||||
- Change Makefile, honors global CC values (@blshkv)
|
||||
- Fixed bad memory handling in MifareSim device side (@iceman1001)
|
||||
|
@ -625,7 +625,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Fixed `hf fido` commands now works correctly (@merlokk)
|
||||
- Moved / renamed `client/resource/fido2_defparams.json` -> `client/resource/hf_fido2_defparams.json` (@merlokk)
|
||||
- Added `hf cipurse` commands to work with cipurse transport cards (@merlokk)
|
||||
- Added `--gap` option to lf em 410x sim for more control over sim data (@mwalker)
|
||||
- Added `--gap` option to lf em 410x sim for more control over sim data (@mwalker33)
|
||||
- Changed `hf fido` - refactored load/save json objects (@iceman1001)
|
||||
- Moved / renamed `fido2.json` -> `client/resource/fido2_defparams.json` (@iceman1001)
|
||||
- Added openocd shikra support based on @ninjastyle82 patch to deprecated iceman fork (@iceman1001)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue