mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
89fe7639e0
commit
8f402c5861
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +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...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Added new standalone mode `hf_15SNIFF` - Same as `hf_14ASNIFF` standalone mode for RDV4 - flashmem
|
||||
- Added new standalone mode `hf_15SNIFF` - Same as `hf_14ASNIFF` standalone mode for RDV4 - flashmem (@startrk1995)
|
||||
- Added support for MIFARE DESFire application creation without authentication (@joswr1ght)
|
||||
- Changed drastically Hitag S ARM code to remove state machines and ease way to build new commands (@doegox)
|
||||
- Fixed Hitag S crypto mode with key or NrAr, fixed `lf hitag cc`, fixed pwd dump in hitagS dump with LKP (@doegox)
|
||||
|
|
|
@ -173,7 +173,9 @@ Make sure it says your standalone mode name.
|
|||
Once you're ready to share your mode, please
|
||||
|
||||
* add a line in CHANGELOG.md
|
||||
* add your mode in the modes table in doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md
|
||||
* add your mode in the modes table in `doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md`
|
||||
* add your mode in `tools/build_all_firmwares.sh`
|
||||
|
||||
|
||||
and submit your PR.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue