]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/tnp3sim.lua
FIX: @tony pointed out that there was a method name lost... its been reinstated :)
[proxmark3-svn] / client / scripts / tnp3sim.lua
index 4325ea3fbfbed09e13525d3ed3ac2f0a97de7892..b6821606ca35ce5352c0d11826b42c0b902478ab 100644 (file)
@@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks)
        if crc == calc then isOk='Ok' else isOk = 'Error' end   
        io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
 
+end
+local function LoadEmulator(blocks)
        local cmd
        local blockdata
        for _,b in pairs(blocks) do 
Impressum, Datenschutz