mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
remagic.lua fix
This commit is contained in:
parent
050aa18b13
commit
9dcc00e8e3
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ function main(args)
|
||||||
local _cmds = {
|
local _cmds = {
|
||||||
--[[
|
--[[
|
||||||
--]]
|
--]]
|
||||||
[0] = "hf 14a raw -p -a -b 7 40",
|
[0] = "hf 14a raw -pab7 40",
|
||||||
[1] = "hf 14a raw -p -a 43",
|
[1] = "hf 14a raw -pa 43",
|
||||||
[2] = "hf 14a raw -c -p -a A000",
|
[2] = "hf 14a raw -cpa A000",
|
||||||
[3] = "hf 14a raw -c -p -a 01 02 03 04 04 98 02 00 00 00 00 00 00 00 10 01",
|
[3] = "hf 14a raw -cpa 01 02 03 04 04 98 02 00 00 00 00 00 00 00 10 01",
|
||||||
}
|
}
|
||||||
core.clearCommandBuffer()
|
core.clearCommandBuffer()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue