proxmark3/client
2013-10-30 18:21:42 +00:00
..
lualibs Changed html template, in order to make it more generic and be usable on other types of data than mifare, now supports different highlighters. Implemented are NDEF and Mifare 2013-10-30 18:21:42 +00:00
nonce2key removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
obj improved version of "hf 14a mifare" command 2011-05-31 11:31:20 +00:00
scripts Fixed linebreak error 2013-10-20 19:05:52 +00:00
cli.c Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
cmddata.c fixed warnings on Mac OS 10.8, xcode 5 2013-09-25 10:40:16 +00:00
cmddata.h Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
cmdhf.c Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
cmdhf.h Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
cmdhf14a.c fixed compiler warnings 2013-10-03 14:36:42 +00:00
cmdhf14a.h 1. fixed hf 14a mifare. added functionality to ignore one Nt 2011-06-07 12:35:52 +00:00
cmdhf14b.c cmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf 14b raw -c -p') 2013-10-20 11:46:51 +00:00
cmdhf14b.h Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
cmdhf15.c removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
cmdhf15.h Issue 20 patch (refactored code of the iso15693 implementation as well as several enhancements) [Adrian Dabrowski "atrox"] 2010-10-19 14:25:17 +00:00
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 Extended iClass support with Card and Reader emulation! 2012-06-28 13:38:40 +00:00
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 legic write/simulate [Anon] 2010-05-06 11:24:01 +00:00
cmdhfmf.c use CLOCKS_PER_SEC instead of platform-specific hardcoded value 2013-10-22 12:14:32 +00:00
cmdhfmf.h integrated MIFARE ultralight features, contributed by 'midnitesnake' 2013-10-11 08:43:23 +00:00
cmdhw.c Added more informations at command hw version. Now we can get some informations of microcontroller. 2013-10-04 18:54:10 +00:00
cmdhw.h Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
cmdlf.c fixed compiler warnings 2013-10-03 14:36:42 +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 Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
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 Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
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 major USB update 2012-12-04 23:39:18 +00:00
cmdparser.h move trailing space stripping to client/proxmark3.c (per discussion on r426) 2010-03-08 09:16:28 +00:00
cmdscript.c Reworked how to call 'standard' stuff from within lua scripts, so now it's much simpler both in lines of code and usage. A script can now call core.console('hf mf nested 1 0 a ffffffffffff') in order to execute anything via the old command line parser 2013-10-04 19:29:46 +00:00
cmdscript.h Added 'core'-api, also added some error handling in scripts 2013-05-24 21:05:45 +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 Add extra elf.h constants 2010-02-26 14:02:08 +00:00
eml2lower.sh - Added very basic scripting support to PM3 client-side (proxmark3 application) 2011-09-01 09:03:20 +00:00
eml2UPPER.sh - Added very basic scripting support to PM3 client-side (proxmark3 application) 2011-09-01 09:03:20 +00:00
flash.c i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh. 2013-10-05 16:55:53 +00:00
flash.h show device name during flashing and change advice on hanging 2013-10-05 16:44:48 +00:00
flasher.c i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh. 2013-10-05 16:55:53 +00:00
gen_pm3mfsim_script.sh - Added very basic scripting support to PM3 client-side (proxmark3 application) 2011-09-01 09:03:20 +00:00
graph.c Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
graph.h Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently. 2010-02-21 00:47:22 +00:00
guidummy.c Apply copyright patch from Michael Gernoth 2010-02-25 21:57:35 +00:00
hitag2.ht2 major USB update 2012-12-04 23:39:18 +00:00
Info.plist Removed hackish usb.h file, re-added Info.plist 2010-02-19 23:24:49 +00:00
Makefile removed unused compiler directives, cleaned up some code 2013-10-09 09:59:14 +00:00
mifarehost.c fix compilation issues with gcc 4.6: anonymous unions are not c99 2013-10-20 11:40:00 +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 refactored client/pm3_*.py to use with statements, contants and iterators 2012-06-22 12:02:19 +00:00
pm3_eml_mfd_test.py added simple test suite for client/pm3_*.py 2012-06-22 11:51:59 +00:00
pm3_mfd2eml.py refactored client/pm3_*.py to use with statements, contants and iterators 2012-06-22 12:02:19 +00:00
proxendian.h fixed compiling under ubuntu with devkitARM_r41 2013-03-13 13:46:40 +00:00
proxgui.cpp Apply copyright patch from Michael Gernoth 2010-02-25 21:57:35 +00:00
proxgui.h Add plot window keystroke help 2012-01-21 13:32:54 +00:00
proxguiqt.cpp initialize graph cursors to avoid crashing (issue 21) 2012-06-07 14:00:41 +00:00
proxguiqt.h Apply copyright patch from Michael Gernoth 2010-02-25 21:57:35 +00:00
proxmark3.c integrated MIFARE ultralight features, contributed by 'midnitesnake' 2013-10-11 08:43:23 +00:00
proxmark3.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
scripting.c with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer, don't try to get the address of it by using '&destination', then you will get a pointer to a pointer. 2013-10-11 08:37:08 +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 bring snooper into line with new command format 2010-06-26 08:22:42 +00:00
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 Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details. 2013-10-08 18:30:01 +00:00
ui.h Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details. 2013-10-08 18:30:01 +00:00
unbind-proxmark merge linux and windows clients into one directory... will consolidate makefiles shortly 2009-12-22 12:11:15 +00:00
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