]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: added to print the author.
authoriceman1001 <iceman@iuse.se>
Mon, 20 Jun 2016 11:31:51 +0000 (13:31 +0200)
committericeman1001 <iceman@iuse.se>
Mon, 20 Jun 2016 11:31:51 +0000 (13:31 +0200)
client/scripts/dumptoemul-mfu.lua
client/scripts/dumptoemul.lua

index 1236f173c834a5009ea2c84ffb458889e890f4b9..83274935184229e893ff7f6cfbe3c71da7fd166c 100644 (file)
@@ -52,10 +52,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
 
index 87c4e645855bbf72208dc87320baa571e74d305e..f298268a4932d1dfc20bd65d6142e498d9f2a809 100644 (file)
@@ -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
 
Impressum, Datenschutz