proxmark3/client
2013-09-25 10:40:16 +00:00
..
nonce2key Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
obj
scripts Minor changes, usage examples and selftests 2013-09-21 20:46:32 +00:00
cli.c
cmddata.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmddata.h
cmdhf.c
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 fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmdhf14b.h
cmdhf15.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +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
cmdhficlass.c
cmdhficlass.h
cmdhflegic.c More patches from en4rab to the hexsamples, plus patches to legicsave and legicdecode (also by en4rab). 2013-07-12 20:03:31 +00:00
cmdhflegic.h
cmdhfmf.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
cmdhfmf.h Major changes to hf mf mifare 2013-06-26 21:13:02 +00:00
cmdhw.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +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 warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +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
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 Only superficial changes, to get rid of compiler warnings 2013-09-19 19:53:09 +00:00
cmdmain.h Major changes to hf mf mifare 2013-06-26 21:13:02 +00:00
cmdparser.c
cmdparser.h
cmdscript.c Only superficial changes, to get rid of compiler warnings 2013-09-19 19:53:09 +00:00
cmdscript.h Added 'core'-api, also added some error handling in scripts 2013-05-24 21:05:45 +00:00
commands.lua Attempt to use raw writing capabilities via scripting engine. Not functional yet 2013-07-04 12:56:00 +00:00
data.c
data.h
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
getopt.lua Implemented parameter passing into script, added a minimal getop-parser, added an example script which takes parameters 2013-09-19 19:21:12 +00:00
graph.c
graph.h
guidummy.c
hitag2.ht2
Info.plist
Makefile Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others... 2013-09-20 10:11:17 +00:00
mf_default_keys.lua typo 2013-06-07 19:51:15 +00:00
mifarehost.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
mifarehost.h Major rework of hf mf nested: 2013-09-15 09:33:17 +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 Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
proxmark3.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
read14a.lua Fixed the write raw 14a, now finally functional... at least let's hope so 2013-09-21 20:37:22 +00:00
scripting.c Only superficial changes, to get rid of compiler warnings 2013-09-19 19:53:09 +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 Patch by jonor, fixes so uart_receive does not block when data is continuosly received. See http://www.proxmark.org/forum/viewtopic.php?id=1735 2013-09-01 18:46:55 +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 Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
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