mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
next update
This commit is contained in:
parent
60e0402be9
commit
7fa260b7fb
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,19 +6,19 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
- EM4x50: new function 4x50_reset: reset tag (@tharexde)
|
- EM4x50: new function 4x50_reset: reset tag (@tharexde)
|
||||||
- EM4x50: new function 4x50_login: authenticate against tag (@tharexde)
|
- EM4x50: new function 4x50_login: authenticate against tag (@tharexde)
|
||||||
- EM4x50: new function 4x50_brute: guess password within a given password range (@tharexde)
|
- EM4x50: new function 4x50_brute: guess password within a given password range (@tharexde)
|
||||||
- EM4x50: new function 4x50_chk: guess password from dictionary (without option -> T55xx default dictionary or -f <user dictionary>) (@tharexde)
|
- EM4x50: new function 4x50_chk: guess password from dictionary (without option -> T55xx default dictionary or -f user dictionary) (@tharexde)
|
||||||
- EM4x50: new function 4x50_reader: read data from tag (configured data => standard read mode), incl. option "-@" (@tharexde)
|
- EM4x50: new function 4x50_reader: read data from tag (configured data -> standard read mode), incl. option -@ (@tharexde)
|
||||||
- EM4x50: new function 4x50_sim: simulate dump from file or flash (@tharexde)
|
- EM4x50: new function 4x50_sim: simulate dump from file or flash (@tharexde)
|
||||||
- EM4x50: new function 4x50_restore: restore dump file (bin, eml, json) onto tag (via flash memory) (@tharexde)
|
- EM4x50: new function 4x50_restore: restore dump file (bin, eml, json) onto tag (via flash memory) (@tharexde)
|
||||||
- EM4x50: new function 4x50_esave: dump em4x50 content from flash memory to file (bin + eml + json) (@tharexde)
|
- EM4x50: new function 4x50_esave: dump em4x50 content from flash memory to file (bin + eml + json) (@tharexde)
|
||||||
- EM4x50: new function 4x50_eload: upload em4x50 file content (bin, eml, json) to flash memory (@tharexde)
|
- EM4x50: new function 4x50_eload: upload em4x50 file content (bin, eml, json) to flash memory (@tharexde)
|
||||||
- EM4x50: added LED signals (@tharexde)
|
- EM4x50: added LED signals (@tharexde)
|
||||||
- EM4x50: added json format for 4x50_dump (@tharexde)
|
- EM4x50: added json format for 4x50_dump (@tharexde)
|
||||||
- EM4x50: relocated write requests in function „4x50_wipe" from device to client (@tharexde)
|
- EM4x50: relocated write requests in function 4x50_wipe from device to client (@tharexde)
|
||||||
- EM4x50: renamed „4x50_write_password" to „4x50_writepwd" (@tharexde)
|
- EM4x50: renamed 4x50_write_password to 4x50_writepwd (@tharexde)
|
||||||
- EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde)
|
- EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde)
|
||||||
- EM4x50: changed cli parameter from „a (address)“ to „b (block)" (@tharexde)
|
- EM4x50: changed cli parameter from a (address) to b (block) (@tharexde)
|
||||||
- EM4x50: changed cli parameter from „w (word)" to „d (data)“ (@tharexde)
|
- EM4x50: changed cli parameter from w (word) to d (data) (@tharexde)
|
||||||
- EM4x50: switched to cliparser for all functions (@tharexde)
|
- EM4x50: switched to cliparser for all functions (@tharexde)
|
||||||
- EM4x50: stabilized and accelerated tag detection (@tharexde)
|
- EM4x50: stabilized and accelerated tag detection (@tharexde)
|
||||||
- EM4x50: removed global tag structure on device side (@tharexde)
|
- EM4x50: removed global tag structure on device side (@tharexde)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue