mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix off-by-1 when removing header in hf_mfu_amiibo_restore
This commit is contained in:
@@ -105,7 +105,7 @@ local function main(args)
|
||||
|
||||
-- chomp emu header
|
||||
if #hex == 1192 then
|
||||
hex = hex:sub(112)
|
||||
hex = hex:sub(113)
|
||||
end
|
||||
|
||||
local amiibo_offset = 0
|
||||
|
||||
Reference in New Issue
Block a user