Merge pull request #1342 from nemanjan00/patch-1

Change in hf 15 raw broke support hf_15_magic.lua
This commit is contained in:
Philippe Teuwen 2021-06-29 13:07:44 +02:00 committed by GitHub
commit 401608f672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,10 +68,10 @@ end
--- Set UID on magic command enabled on a ICEMAN based REPO
local function magicUID_iceman(b0, b1)
print('Using backdoor Magic tag function')
core.console('hf 15 raw -2 -c 02213E00000000')
core.console('hf 15 raw -2 -c 02213F69960000')
core.console('hf 15 raw -2 -c 022138'..b1)
core.console('hf 15 raw -2 -c 022139'..b0)
core.console('hf 15 raw -2 -c -d 02213E00000000')
core.console('hf 15 raw -2 -c -d 02213F69960000')
core.console('hf 15 raw -2 -c -d 022138'..b1)
core.console('hf 15 raw -2 -c -d 022139'..b0)
end
--
--- Set UID on magic command enabled, OFFICAL REPO