X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2fca3ad92d74206a4d92ab695e5acc711364d723..2595390c6d97d373253f6397a167875f37a90454:/client/scripts/dumptoemul.lua diff --git a/client/scripts/dumptoemul.lua b/client/scripts/dumptoemul.lua index b9d9b89a..f9b71509 100644 --- a/client/scripts/dumptoemul.lua +++ b/client/scripts/dumptoemul.lua @@ -13,7 +13,7 @@ by the emulator Arguments: -h This help -i Specifies the dump-file (input). If omitted, 'dumpdata.bin' is used - -o Speciies the output file. If omitted, .eml is used. + -o Specifies the output file. If omitted, .eml is used. ]] @@ -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)