projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of https://github.com/iceman1001/ForPm3
[proxmark3-svn]
/
client
/
scripts
/
ndef_dump.lua
diff --git
a/client/scripts/ndef_dump.lua
b/client/scripts/ndef_dump.lua
index f89f6db26a4a1a4f77f5a1469eb2e8bee3dd2790..da1a1ef23bb37a31529a6525966210bde180123f 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)
- file:write(hex)
- file:write(0x0A) -- Line feed
+ file:write(hex.."\n")
end
file:close()
return destination
Impressum
,
Datenschutz