X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/180ec86ef0c5a005b7a677b6da3d98b8b127782f..3c61ee4338440d7b203322f7941bc5774935ef48:/client/scripts/dumptoemul.lua diff --git a/client/scripts/dumptoemul.lua b/client/scripts/dumptoemul.lua index 87c4e645..f298268a 100644 --- a/client/scripts/dumptoemul.lua +++ b/client/scripts/dumptoemul.lua @@ -37,6 +37,7 @@ end -- Usage help function help() print(desc) + print(author) print("Example usage") print(example) end @@ -56,10 +57,8 @@ end local function readdump(infile) t = infile:read("*all") - --print(string.len(t)) len = string.len(t) local len,hex = bin.unpack(("H%d"):format(len),t) - --print(len,hex) return hex end