]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/dumptoemul.lua
Merge branch 'master' into topaz
[proxmark3-svn] / client / scripts / dumptoemul.lua
index f4f919313d2da3fa0d90337c41fb1bef0396d7dc..f8cc11d455da2fa0bbea72fab9bb0c389b680d0d 100644 (file)
@@ -13,7 +13,7 @@ by the emulator
 Arguments:
        -h                              This help
        -i <file>               Specifies the dump-file (input). If omitted, 'dumpdata.bin' is used     
-       -o <filename>   Speciies the output file. If omitted, <uid>.eml is used.        
+       -o <filename>   Specifies the output file. If omitted, <uid>.eml is used.       
 
 ]]
 
@@ -73,7 +73,8 @@ local function convert_to_emulform(hexdata)
        for i = 1, string.len(hexdata),32 do
                ascii = ascii  ..string.sub(hexdata,i,i+31).."\n"
        end
-       return ascii
+       
+       return string.sub(ascii,1,-1)
 end
 
 local function main(args)
Impressum, Datenschutz