mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
update Changelog and document
This commit is contained in:
parent
f317fc38f5
commit
77116b3952
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...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Add new standalone mode `hf_mfcsim` which can load dump from flash and simulate Mifare Classic 1K card (@axisray)
|
||||
- Added support to demodulate Electra tags and column parity check for EM410x (@doegox)
|
||||
- Fix demod plot for various demodulations (@doegox)
|
||||
- Fix `lf t55xx detect/rdbl/dump` - to override if user set `lf config` and use default values during operation (@iceman1001)
|
||||
|
|
|
@ -102,6 +102,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo
|
|||
| HF_TCPRST | IKEA Rothult ST25TA, Standalone Master Key Dump/Emulation - Nick Draffen
|
||||
| HF_TMUDFORD | Read and emulate ISO15693 card UID - Tim Mudford
|
||||
| HF_YOUNG | Mifare sniff/simulation - Craig Young
|
||||
| HF_MFCSIM | Mifare Classic simulation - Ray Lee
|
||||
|
||||
By default `STANDALONE=HF_MSDSAL`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue