mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #1632 from equipter/master
Update changelog & rename hf_i2c_recovery.lua
This commit is contained in:
commit
0f98e177ba
2 changed files with 3 additions and 2 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 `hf_14a_i2crevive` Script, revives soft bricked i2c (@equipter)
|
||||||
- Changed `hf mf view` - now prints all keys and all value blocks under the ´verbose´ param (@iceman1001)
|
- Changed `hf mf view` - now prints all keys and all value blocks under the ´verbose´ param (@iceman1001)
|
||||||
- Added a new OSX install guide (@maxieds)
|
- Added a new OSX install guide (@maxieds)
|
||||||
- Added new public key (@anon)
|
- Added new public key (@anon)
|
||||||
|
|
|
@ -8,10 +8,10 @@ desc = [[
|
||||||
This script tries to recover soft bricked ntag i2c tags through the use of raw commands
|
This script tries to recover soft bricked ntag i2c tags through the use of raw commands
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
1. script run hf_i2c_recovery
|
1. script run hf_14a_i2crevive
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_i2c_recovery
|
script run hf_14a_i2crevive
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h this help
|
-h this help
|
Loading…
Add table
Add a link
Reference in a new issue