mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 08:38:35 +08:00
textual
This commit is contained in:
parent
c30bb354ac
commit
8617acee71
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -3,6 +3,16 @@ 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]
|
||||
- Chnage `lf keri demod` - adjusted the internal id. (@mwalker33)
|
||||
- Added seamless integration with cryptohelper (@iceman1001)
|
||||
- Change `lf hid brute` - new params for direction (UP/DOWN); textual and main loop actually exit. (@capnkrunchy and @iceman1001)
|
||||
- Fix `lf hid brute` - made it work again (@capnkrunchy)
|
||||
- Fix standalone mode HF_MATTYRUN - correct logic when all keys found in printing. partial fix (@iceman1001)
|
||||
- Change static nonce detection got tighter (@iceman1001)
|
||||
- Improved termux notes (@msoose)
|
||||
- Fix `hf mf autopwn` - works on debian 10 *nix. Bad exit commands in hardnested (@iceman1001)
|
||||
- Fix `hf mf hardnested` - bad mutex strategies (@msoose)
|
||||
- Change `lf hitag` - now obeys `lf config` (@iceman1001)
|
||||
- Ported all python 2 scripts to python 3 (@doegox and @sigwinch28)
|
||||
- Removed undefined exit behaviour from `analyzesize` tool: it now exits with code 2 when called with wrong args (@sigwinch28)
|
||||
- Replaced shebangs in scripts with more portable versions which use `/usr/bin/env` (@sigwinch28)
|
||||
|
|
Loading…
Reference in a new issue