proxmark3/client/lualibs
iceman1001 a75d63f19b ADD: added the crc8legic to Lua. call it with core.crc8legic
also a helper function to take a hexstring and calc the crc on it, was added inside utils.lua

   Call it inside a lua-script like this:

        local utils = require('utils')
        local data = '01020304'
	local crc = utils.Crc8Legic(data)
	print (uid,  ('%02x'):format(crc))
2016-02-22 17:50:32 +01:00
..
commands.lua ADD: @go_tus simple bruteforce for t55xx, refactored a bit. 2015-11-27 16:24:00 +01:00
default_toys.lua ADD: added superchargers types, Thanks to rmaisonneuve for compiling it. 2016-02-07 15:54:25 +01:00
getopt.lua
hf_reader.lua Some more tinkering with a generic 13.56MHz reader, still not finished 2013-10-31 10:35:03 +00:00
html_dumplib.lua Merge branch 'master' of https://github.com/Proxmark/proxmark3 2015-05-23 08:16:40 +02:00
htmlskel.lua CHG: Added support for tnp3xx in lua scripts. 2015-01-07 20:45:43 +01:00
md5.lua @iceman1001 's updated lualibs 2015-05-13 21:36:20 -04:00
mf_default_keys.lua ADD: another key found 2016-01-18 23:28:34 +01:00
precalc.lua @iceman1001 's updated lualibs 2015-05-13 21:36:20 -04:00
read14a.lua @iceman1001 's updated lualibs 2015-05-13 21:36:20 -04:00
taglib.lua
utils.lua ADD: added the crc8legic to Lua. call it with core.crc8legic 2016-02-22 17:50:32 +01:00