CHG:forget the "base"..
This commit is contained in:
@@ -168,7 +168,7 @@ function main(args)
|
|||||||
-- or actually blockNo and keytype
|
-- or actually blockNo and keytype
|
||||||
-- just try default for now
|
-- just try default for now
|
||||||
if sector == 1 and targetkeytype == 0 then
|
if sector == 1 and targetkeytype == 0 then
|
||||||
keyA = tonumber(key)
|
keyA = tonumber(key,16)
|
||||||
else
|
else
|
||||||
local err, foundkey = core.hardnested(blockno, keytype, key, trgblockno, tostring(targetkeytype), trgkey, 0,0,0,0)
|
local err, foundkey = core.hardnested(blockno, keytype, key, trgblockno, tostring(targetkeytype), trgkey, 0,0,0,0)
|
||||||
foundkey = foundkey or ""
|
foundkey = foundkey or ""
|
||||||
|
|||||||
Reference in New Issue
Block a user