]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/dumptoemul.lua
Fix offline column in help dump
[proxmark3-svn] / client / scripts / dumptoemul.lua
index 26e69fcc131908562fa166ef9b4f4b87b3b88240..f4f919313d2da3fa0d90337c41fb1bef0396d7dc 100644 (file)
@@ -3,9 +3,9 @@
 getopt = require('getopt')
 bin = require('bin')
 
-example = "script run 14araw -x 6000F57b"
+example = "script run dumptoemul -i dumpdata-foobar.bin"
 author = "Martin Holst Swende"
-usage = "script run htmldump [-f <file>]"
+usage = "script run dumptoemul [-i <file>] [-o <file>]"
 desc =[[
 This script takes a dumpfile from 'hf mf dump' and converts it to a format that can be used
 by the emulator
@@ -88,7 +88,7 @@ local function main(args)
        end
        -- Validate the parameters
        
-       local infile = io.open(input, "r")
+       local infile = io.open(input, "rb")
        if infile == nil then 
                return oops("Could not read file ", input)
        end
@@ -118,4 +118,4 @@ In the future, we may implement so that scripts are invoked directly
 into a 'main' function, instead of being executed blindly. For future
 compatibility, I have done so, but I invoke my main from here.  
 --]]
-main(args)
\ No newline at end of file
+main(args)
Impressum, Datenschutz