From 294cbfeed2ce3b94680c2c6b0f84889c264aadb8 Mon Sep 17 00:00:00 2001 From: Andy <72751518+equipter@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:37:46 +0000 Subject: [PATCH 1/2] Update CHANGELOG.MD added script commit from earlier --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64060f8d9..bf5df4ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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... ## [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) - Added a new OSX install guide (@maxieds) - Added new public key (@anon) From 82227e6690214bcb3074172575f72e4322ccbbfd Mon Sep 17 00:00:00 2001 From: Andy <72751518+equipter@users.noreply.github.com> Date: Sun, 20 Mar 2022 20:41:07 +0000 Subject: [PATCH 2/2] rename hf_i2c_recovery to hf_14a_i2crevive changed the name to more specific designation :) --- .../luascripts/{hf_i2c_recovery.lua => hf_14a_i2crevive.lua} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename client/luascripts/{hf_i2c_recovery.lua => hf_14a_i2crevive.lua} (95%) diff --git a/client/luascripts/hf_i2c_recovery.lua b/client/luascripts/hf_14a_i2crevive.lua similarity index 95% rename from client/luascripts/hf_i2c_recovery.lua rename to client/luascripts/hf_14a_i2crevive.lua index 84cef2ed4..a33a4ca5b 100644 --- a/client/luascripts/hf_i2c_recovery.lua +++ b/client/luascripts/hf_14a_i2crevive.lua @@ -8,10 +8,10 @@ desc = [[ This script tries to recover soft bricked ntag i2c tags through the use of raw commands ]] example = [[ - 1. script run hf_i2c_recovery + 1. script run hf_14a_i2crevive ]] usage = [[ -script run hf_i2c_recovery +script run hf_14a_i2crevive ]] arguments = [[ -h this help