proxmark3/client
2013-06-26 20:49:04 +00:00
..
nonce2key fixed stupid 64-bit formatting for x86/amd64 and unix/windows 2013-02-28 22:22:24 +00:00
obj
scripts Removed some crap-scripts for testing 2013-06-26 20:49:04 +00:00
cli.c
cmddata.c next update from en4rab on data samples 2013-04-26 20:33:05 +00:00
cmddata.h
cmdhf.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhf.h
cmdhf14a.c fixed stupid 64-bit formatting for x86/amd64 and unix/windows 2013-02-28 22:22:24 +00:00
cmdhf14a.h
cmdhf14b.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhf14b.h
cmdhf15.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhf15.h
cmdhfepa.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
cmdhfepa.h Basic support for EAC documents (e.g. German Identification Card) 2012-08-28 21:39:50 +00:00
cmdhficlass.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhficlass.h
cmdhflegic.c fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2 2013-02-28 22:33:31 +00:00
cmdhflegic.h
cmdhfmf.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
cmdhfmf.h First implementation of user scripts - very experimental - YMMV 2013-05-21 18:37:43 +00:00
cmdhw.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhw.h
cmdlf.c fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2 2013-02-28 22:33:31 +00:00
cmdlf.h merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlfem4x.c Fixed problem with em4100, see http://www.proxmark.org/forum/viewtopic.php?pid=7235#p7235 2013-05-16 18:13:54 +00:00
cmdlfem4x.h merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlfhid.c Fixed LF HID cloning command 2013-03-13 07:13:19 +00:00
cmdlfhid.h
cmdlfhitag.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
cmdlfhitag.h MAJOR update, added hitag2 reader, emulation and eavesdropping, lots of new code, including FPGA tweaks 2012-09-18 13:52:50 +00:00
cmdlfpcf7931.c merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlfpcf7931.h merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlft55xx.c merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlft55xx.h merged all patches into CDC repository 2013-02-28 17:04:23 +00:00
cmdlfti.c fixed stupid 64-bit formatting for x86/amd64 and unix/windows 2013-02-28 22:22:24 +00:00
cmdlfti.h
cmdmain.c Changes in cmd handling 2013-06-07 09:30:32 +00:00
cmdmain.h Changes in cmd handling 2013-06-07 09:30:32 +00:00
cmdparser.c major USB update 2012-12-04 23:39:18 +00:00
cmdparser.h
cmdscript.c Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack 2013-05-26 20:05:13 +00:00
cmdscript.h Added 'core'-api, also added some error handling in scripts 2013-05-24 21:05:45 +00:00
commands.lua implementation of command library in lua 2013-06-07 09:27:58 +00:00
data.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
data.h major USB update 2012-12-04 23:39:18 +00:00
elf.h
eml2lower.sh
eml2UPPER.sh
flash.c flasher updated again, should work more solid now 2013-03-21 12:44:21 +00:00
flash.h
flasher.c Added some information about flashing (linux) 2013-05-11 12:43:44 +00:00
gen_pm3mfsim_script.sh
graph.c
graph.h
guidummy.c
hitag2.ht2 major USB update 2012-12-04 23:39:18 +00:00
Info.plist
Makefile Added lua-mac building, added cleaning of lua files 2013-06-26 11:02:37 +00:00
mf_default_keys.lua typo 2013-06-07 19:51:15 +00:00
mifarehost.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
mifarehost.h Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
pm3_binlib.c Fixed so correct sizes are used across different architectures in the binlib 2013-06-26 12:33:31 +00:00
pm3_binlib.h Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack 2013-05-26 20:05:13 +00:00
pm3_eml2mfd.py
pm3_eml_mfd_test.py
pm3_mfd2eml.py
proxendian.h fixed compiling under ubuntu with devkitARM_r41 2013-03-13 13:46:40 +00:00
proxgui.cpp
proxgui.h
proxguiqt.cpp
proxguiqt.h
proxmark3.c Fixed 'volatile' error in this branch also 2013-06-07 09:25:59 +00:00
proxmark3.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
read14a.lua Improved error handling 2013-06-26 09:18:31 +00:00
scripting.c Work on the scripting library 2013-06-07 09:24:25 +00:00
scripting.h Added binlib, to handle binary data from lua, based on lpack http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack 2013-05-26 20:05:13 +00:00
sleep.c client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
sleep.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
snooper.c
uart.c Finally figured out a way to claim a serial port interface under unix 2013-03-22 16:42:26 +00:00
uart.h Finally figured out a way to claim a serial port interface under unix 2013-03-22 16:42:26 +00:00
ui.c
ui.h
unbind-proxmark
util.c fixed signed/unsigned problem 2013-03-26 20:42:18 +00:00
util.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00