]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/dumptoemul.lua
Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html
[proxmark3-svn] / client / scripts / dumptoemul.lua
index b9d9b89a80ee8659a79dad3b68e1e8b6a7497310..f4f919313d2da3fa0d90337c41fb1bef0396d7dc 100644 (file)
@@ -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