mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added entry for standalone mode lf_tharexde (EM4x50 sim/read)
This commit is contained in:
parent
a0c92d20bb
commit
8edbe86b5d
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]
|
||||||
|
- Added `LF_THAREXDE` standalone mode which simulates and reads EM4x50 cards (@tharexde)
|
||||||
- Added support for bidirectional communication for `lf em 4x50 sim` (@tharexde)
|
- Added support for bidirectional communication for `lf em 4x50 sim` (@tharexde)
|
||||||
- Added `tools/hitag2crack/crack5opencl`, an optimized version of `crack5gpu` (@matrix)
|
- Added `tools/hitag2crack/crack5opencl`, an optimized version of `crack5gpu` (@matrix)
|
||||||
- Fixed Makefile to account for changes when running on Apple Silicon (@tcprst)
|
- Fixed Makefile to account for changes when running on Apple Silicon (@tcprst)
|
||||||
|
|
|
@ -79,6 +79,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo
|
||||||
|-----------------|----------------------------------------|
|
|-----------------|----------------------------------------|
|
||||||
| | No standalone mode
|
| | No standalone mode
|
||||||
| LF_SKELETON | standalone mode skeleton - Iceman1001
|
| LF_SKELETON | standalone mode skeleton - Iceman1001
|
||||||
|
| LF_THAREXDE | LF EM4x50 simulator/read standalone mode - tharexde
|
||||||
| LF_EM4100EMUL | LF EM4100 simulator standalone mode - temskiy
|
| LF_EM4100EMUL | LF EM4100 simulator standalone mode - temskiy
|
||||||
| LF_EM4100RSWB | LF EM4100 read/write/clone/brute mode - Monster1024
|
| LF_EM4100RSWB | LF EM4100 read/write/clone/brute mode - Monster1024
|
||||||
| LF_EM4100RWC | LF EM4100 read/write/clone mode - temskiy
|
| LF_EM4100RWC | LF EM4100 read/write/clone mode - temskiy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue