]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/commands.lua
ADD: the option to simulate tnp3xxx inthe command "hf mf sim"
[proxmark3-svn] / client / lualibs / commands.lua
index bf2a8a1fb4e0995b01257513be9669cb732ac5b9..f88eeae2c40991384e548506f525c4380f547bea 100644 (file)
@@ -117,10 +117,10 @@ local _commands = {
 
 
 local _reverse_lookup,k,v = {}
-for k, v in pairs(_commands) do
-       _reverse_lookup[v] =  k
-end
-_commands.tostring = function(command)
+       for k, v in pairs(_commands) do
+               _reverse_lookup[v] =  k
+       end
+       _commands.tostring = function(command)
        if(type(command) == 'number') then
                return ("%s (%d)"):format(_reverse_lookup[command]or "ERROR UNDEFINED!", command) 
        end
@@ -182,7 +182,6 @@ function Command:getBytes()
        local cmd = self.cmd 
        local arg1, arg2, arg3 = self.arg1, self.arg2, self.arg3
 
-       
        return bin.pack("LLLLH",cmd, arg1, arg2, arg3,data);
 end
 return _commands
\ No newline at end of file
Impressum, Datenschutz