mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
text
This commit is contained in:
parent
c4e4e7dc69
commit
60ea44069e
1 changed files with 3 additions and 2 deletions
|
@ -193,10 +193,11 @@ local function main( args)
|
||||||
print('[=] NDEF version', ('%02x'):format(ndefversion))
|
print('[=] NDEF version', ('%02x'):format(ndefversion))
|
||||||
print('[=] Manufacturer', info.manufacturer)
|
print('[=] Manufacturer', info.manufacturer)
|
||||||
print('[=] Type ', info.name)
|
print('[=] Type ', info.name)
|
||||||
|
print('[=] ------------------------------------------------')
|
||||||
local ndefdata = table.concat(blockData, '', 5)
|
local ndefdata = table.concat(blockData, '', 5)
|
||||||
core.ndefparse(t5tarea, verbose, ndefdata)
|
core.ndefparse(t5tarea, verbose, ndefdata)
|
||||||
|
print('[=] ------------------------------------------------')
|
||||||
|
|
||||||
for k,v in ipairs(blockData) do
|
for k,v in ipairs(blockData) do
|
||||||
print(string.format('Block %02x: %02x %02x %02x %02x', k-1, string.byte(v, 1,4)))
|
print(string.format('Block %02x: %02x %02x %02x %02x', k-1, string.byte(v, 1,4)))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue