projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: Remake the "hf mf chkkeys" It now prints the found keys like "hf mf nested...
[proxmark3-svn]
/
client
/
scripts
/
ndef_dump.lua
diff --git
a/client/scripts/ndef_dump.lua
b/client/scripts/ndef_dump.lua
index f89f6db26a4a1a4f77f5a1469eb2e8bee3dd2790..3b27cac37b31b9e174e7a784ad51950e9694a76c 100644
(file)
--- a/
client/scripts/ndef_dump.lua
+++ b/
client/scripts/ndef_dump.lua
@@
-59,8
+59,7
@@
local utils = {
local formatString = string.format("H%d", string.len(block))
local _,hex = bin.unpack(formatString,block)
local formatString = string.format("H%d", string.len(block))
local _,hex = bin.unpack(formatString,block)
- file:write(hex)
- file:write(0x0A) -- Line feed
+ file:write(hex.."\n")
end
file:close()
return destination
end
file:close()
return destination
@@
-206,7
+205,7
@@
local function main( args)
-- NDEF compliant?
if b3chars[1] ~= 0xE1 then
-- NDEF compliant?
if b3chars[1] ~= 0xE1 then
- return oops("This tag is not NDEF-Complian")
+ return oops("This tag is not NDEF-Complian
t
")
end
local ndefVersion = b3chars[2]
end
local ndefVersion = b3chars[2]
Impressum
,
Datenschutz