proxmark3/client/lualibs
2016-04-29 22:23:32 +02:00
..
7816_error.lua ADD; Some 7816 error codes 2016-04-05 04:46:25 +02:00
ansicolors.lua
commands.lua ADD: well, starting with a luascript for reading calypso tags, made me remake the 14b raw command on client and device side. Sorry @marshmellow42 , but this one broke your "hf 14b info" implementation. I fixed the "hf 14b read" and the hf search. So not to bad, but still a bit broken. The 14b raw device side is now very similar to 14a raw. Which is good. There is a Standard 14b 0x050008 detection and STmicroelectronic 0x0600 detection on deviceside. This removes a lot of code client side. 2016-03-20 19:33:07 +01:00
default_toys.lua
getopt.lua
hf_reader.lua FIX: the lua script hf_reader.lua now works with 14B tags. 2016-03-20 19:34:34 +01:00
html_dumplib.lua
htmlskel.lua
md5.lua
mf_default_keys.lua ADD: more keys.. 2016-04-09 19:45:28 +02:00
precalc.lua
read14a.lua CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua scripts. Having trouble with these usbpackages in 14B code. 2016-03-20 19:35:43 +01:00
read14b.lua CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc. 2016-04-29 22:23:32 +02:00
taglib.lua
utils.lua