From d9194e5109a05a97483529221e8bcb2397574f89 Mon Sep 17 00:00:00 2001 From: tharexde Date: Sun, 6 Dec 2020 23:18:19 +0100 Subject: [PATCH] update for EM4x50 --- CHANGELOG.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6236e4ee9..ef36f69b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,21 +3,21 @@ 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] - - 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_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_sim: simulate dump from file or flash (@tharexde) - - EM4x50: new function 4x50_restore: restore dump file (bin, eml, json) onto tag (@tharexde) - - EM4x50: new function 4x50_esave: dump em4x50 content in emulator memory to file (bin + eml + json) (@tharexde) - - EM4x50: new function 4x50_eload: upload em4x50 file content (bin, eml, json) to emulator memory (@tharexde) + - EM4x50: changed cli parameter from w (word) to d (data) (@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 chk: try passwords 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 sim: simulate dump from file or emulator/flash (@tharexde) + - EM4x50: new function 4x50 restore: restore dump file (bin, eml, json) onto tag (@tharexde) + - EM4x50: new function 4x50 esave: dump em4x50 content in emulator memory to file (bin + eml + json) (@tharexde) + - EM4x50: new function 4x50 eload: upload em4x50 file content (bin, eml, json) to emulator memory (@tharexde) - EM4x50: added LED signals (@tharexde) - - EM4x50: added json format for 4x50_dump (@tharexde) - - EM4x50: relocated write requests in function 4x50_wipe from device to client (@tharexde) - - EM4x50: renamed 4x50_write_password to 4x50_writepwd (@tharexde) + - EM4x50: added json format for 4x50 dump (@tharexde) + - EM4x50: relocated write requests in function 4x50 wipe from device to client (@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: changed cli parameter from a (address) to b (block) (@tharexde) - - EM4x50: changed cli parameter from w (word) to d (data) (@tharexde) - EM4x50: switched to cliparser for all functions (@tharexde) - EM4x50: stabilized and accelerated tag detection (@tharexde) - EM4x50: removed global tag structure on device side (@tharexde)