proxmark3/client
2018-11-08 19:55:51 +02:00
..
cliparser start merge 2018-10-24 18:18:05 +03:00
emv all works except of jansson private symbols linking 2018-11-08 19:55:51 +02:00
hardnested CHG: 'hf mf hardnest' auto detect supported cpu-commandset. See helptext for more info. (@piwi) 2018-11-05 17:46:32 +01:00
hid-flasher ADD: 'lf t55xx deviceconfig' - command that allows for setting t55xx timings via the client. If run on a RDV40, it also saves the config to flashmemory. This gives you option to have custom timings for your custom antenna in order for your RDV40 to work optimal against a t55xx tag and with your custom antenna. (@iceman) 2018-09-11 18:35:07 +02:00
jansson compiled. not linking.... 2018-11-08 19:14:30 +02:00
loclass clean 2018-09-16 20:49:29 +02:00
lualibs ADD: amiboo stuff 2018-07-28 12:33:27 +02:00
obj compiled. not linking.... 2018-11-08 19:14:30 +02:00
platforms add: a .gitignore to be able to add the folder client/platforms. 2015-06-14 23:31:52 +02:00
reveng ok, compiles) 2018-10-11 16:54:50 +03:00
scripts Added lua script to read stored pwds in flashmem 2018-11-06 13:37:34 +00:00
ui some QT problems.. 2017-07-27 21:42:22 +02:00
cli.c fix: too many arguments to function 2018-01-25 18:01:40 +01:00
cmdanalyse.c chg: code cleanup 2018-09-08 11:18:10 +02:00
cmdanalyse.h CHG: refactor CRC16 algos. This is a big change, most likely some parts broke, hard to test it all. 2018-02-01 15:19:47 +01:00
cmdcrc.c initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
cmdcrc.h upd: RevEng v1.5.3 2018-07-29 07:37:23 +02:00
cmddata.c chg: remove some warning of unused variables 2018-09-10 22:49:29 +02:00
cmddata.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdflashmem.c chg: code cleanup 2018-09-08 11:18:10 +02:00
cmdflashmem.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdhf.c added core files. 2018-11-08 17:29:58 +02:00
cmdhf.h added core files. 2018-11-08 17:29:58 +02:00
cmdhf14a.c info and some fix in exchange 2018-10-24 19:19:15 +03:00
cmdhf14a.h now it needs to resolve issues in reveng 2018-10-11 11:48:46 +03:00
cmdhf14b.c initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
cmdhf14b.h initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
cmdhf15.c syntax 2018-09-23 20:41:29 +02:00
cmdhf15.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdhfemv.c CHG: moved trace commands into its own category (from hf) 2018-03-18 18:00:41 +01:00
cmdhfemv.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdhfepa.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:48 +08:00
cmdhfepa.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhffelica.c syntax 2018-09-23 20:41:29 +02:00
cmdhffelica.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdhffido.c added core files. 2018-11-08 17:29:58 +02:00
cmdhffido.h added core files. 2018-11-08 17:29:58 +02:00
cmdhficlass.c chg: 'hf iclass chk' - remove some printing 2018-11-05 22:30:46 +01:00
cmdhficlass.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdhflegic.c chg: helptext (@drandreas) 2018-09-08 12:38:36 +02:00
cmdhflegic.h chg: helptext (@drandreas) 2018-09-08 12:38:36 +02:00
cmdhflist.c chg: outside limits, [adaptation amiibocyou] 2018-07-27 07:52:21 +02:00
cmdhflist.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdhfmf.c chg: 'hf mf fchk' - filename 2018-11-08 01:16:27 +01:00
cmdhfmf.h CHG: 'hf mf hardnest' auto detect supported cpu-commandset. See helptext for more info. (@piwi) 2018-11-05 17:46:32 +01:00
cmdhfmfdes.c fixes from #616 2018-06-03 23:32:02 +02:00
cmdhfmfdes.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
cmdhfmfdesfire.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:49 +08:00
cmdhfmfdesfire.h ADD: midnitesnakes desfire, ultralight changes from Unstable branch. 2014-12-31 11:35:43 +01:00
cmdhfmfhard.c fix: hf mf hardnested - access out of malloc mem. (@vdwel) https://github.com/RfidResearchGroup/proxmark3/issues/46 2018-11-05 22:29:31 +01:00
cmdhfmfhard.h CHG: 'hf mf hardnested' now use hf-mf-<UID>-nonces.bin by default, with parameter 'u' or 'f' to override. 2018-02-09 22:56:15 +08:00
cmdhfmfp.c merge 2018-10-31 17:39:32 +00:00
cmdhfmfp.h start merge 2018-10-24 18:18:05 +03:00
cmdhfmfu.c fixes from #616 2018-06-03 23:32:02 +02:00
cmdhfmfu.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdhftopaz.c CHG: moved trace commands into its own category (from hf) 2018-03-18 18:00:41 +01:00
cmdhftopaz.h CHG: refactor CRC16 algos. This is a big change, most likely some parts broke, hard to test it all. 2018-02-01 15:19:47 +01:00
cmdhw.c initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
cmdhw.h CHG: added the ping command to the header file. 2016-11-16 18:17:01 +01:00
cmdlf.c Chg: step2 in the signed vis unsigned graphbuffer signal processing. 2018-09-09 12:34:43 +02:00
cmdlf.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdlfawid.c chg: remove warning unused variable 2018-09-09 23:16:47 +02:00
cmdlfawid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfcotag.c chg: unified download 2018-05-02 19:52:31 +02:00
cmdlfcotag.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdlfem4x.c helptext 2018-09-14 08:12:03 +02:00
cmdlfem4x.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdlffdx.c simpler debug printing 2018-02-21 16:36:40 +01:00
cmdlffdx.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfguard.c simpler debug printing 2018-02-21 16:36:40 +01:00
cmdlfguard.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfhid.c Merge pull request #23 from xilni/master 2018-09-14 08:03:21 +02:00
cmdlfhid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfhitag.c CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdlfhitag.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfindala.c Chg: step2 in the signed vis unsigned graphbuffer signal processing. 2018-09-09 12:34:43 +02:00
cmdlfindala.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdlfio.c Chg: step2 in the signed vis unsigned graphbuffer signal processing. 2018-09-09 12:34:43 +02:00
cmdlfio.h add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdlfjablotron.c use PrintAndLogEx() instead of PrintAndLog(), tweak messages 2018-02-21 20:43:54 +08:00
cmdlfjablotron.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnedap.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:54 +08:00
cmdlfnedap.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnexwatch.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:55 +08:00
cmdlfnexwatch.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnoralsy.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:55 +08:00
cmdlfnoralsy.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpac.c simple debug.. 2018-02-21 16:48:52 +01:00
cmdlfpac.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfparadox.c add: potential fix for OSX uses, by @piwi 2018-05-02 08:11:29 +02:00
cmdlfparadox.h Fixes: lf simpsk - make sure Carrier input is ok. 2017-08-10 14:19:57 +02:00
cmdlfpcf7931.c use PrintAndLogEx() instead of PrintAndLog() 2018-02-21 20:43:55 +08:00
cmdlfpcf7931.h FIX: Removed a arrat from the struct configPcf in "LF PCF7931" 2015-10-12 21:49:11 +02:00
cmdlfpresco.c simple debug.. 2018-02-21 16:48:52 +01:00
cmdlfpresco.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpyramid.c simpler debug 2018-02-21 16:46:38 +01:00
cmdlfpyramid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfsecurakey.c simpler debug 2018-02-21 16:46:38 +01:00
cmdlfsecurakey.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlft55xx.c chg: revert fpga_major mode in LF. 2018-09-23 05:29:55 +02:00
cmdlft55xx.h ADD: 'lf t55xx deviceconfig' - command that allows for setting t55xx timings via the client. If run on a RDV40, it also saves the config to flashmemory. This gives you option to have custom timings for your custom antenna in order for your RDV40 to work optimal against a t55xx tag and with your custom antenna. (@iceman) 2018-09-11 18:35:07 +02:00
cmdlfti.c clean up 2018-09-09 18:08:20 +02:00
cmdlfti.h
cmdlfviking.c simpler debug 2018-02-21 16:46:38 +01:00
cmdlfviking.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfvisa2000.c simpler debug 2018-02-21 16:46:38 +01:00
cmdlfvisa2000.h monster merge... 2017-07-30 09:17:48 +02:00
cmdmain.c CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdmain.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdparser.c CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdparser.h ADD: @piwi's fixes to .history 2015-11-09 21:46:57 +01:00
cmdscript.c CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdscript.h CHG: adapt to be similar as other cmd*.c files 2017-10-20 14:37:50 +02:00
cmdsmartcard.c fix 'sc raw' - now raw command automatically adjust when getting a 0x6C response code and resend command. 2018-11-08 13:45:57 +01:00
cmdsmartcard.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
cmdtrace.c Legic: Implemented trace log 2018-09-05 23:03:05 +02:00
cmdtrace.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
comms.c fix: fflush(stdout), should sort out the blocking pipe problem 2018-11-02 18:27:42 +01:00
comms.h FIX: OSX disable app-nap during serial comm (@anticat) 2018-10-06 13:29:20 +02:00
default_iclass_keys.dic Adds key 2018-02-09 11:24:25 -08:00
default_keys.dic Added new keys from MifareClassicTool project. Remove two dups 2018-10-22 22:03:58 +03:00
default_keys_dic2lua.awk fix: awk script now correctly takes the substring on both mingw and ubuntu 2017-07-28 10:31:24 +02:00
default_pwd.dic another cloner 2018-10-19 21:52:23 +02:00
elf.h
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 CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
flash.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
flasher.c CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
fpga_compress.c fix gcc8.2.0 2018-10-07 16:19:45 +02: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 chg: rename variable 2018-09-12 08:01:35 +02:00
graph.h cleanup 2018-09-09 19:56:25 +02:00
guidummy.cpp more dummies... 2017-07-27 21:33:16 +02:00
hitag2.ht2 major USB update 2012-12-04 23:39:18 +00:00
libluamiibo.so ADD: amiboo stuff 2018-07-28 12:33:27 +02:00
Makefile all works except of jansson private symbols linking 2018-11-08 19:55:51 +02:00
mfkey.c chg: 'hf list mf' - adapted the output from 16bytes rows to 18 in order to make output more easily to compare 2018-02-15 11:47:34 +01:00
mfkey.h FIX: 'hf mf darkside' - no more WDT crashes. plus positive sideeffects (@pwpiwi) 2018-02-08 19:11:35 +01:00
mifare4.c merge 2018-10-31 17:39:32 +00:00
mifare4.h merge 2018-10-31 17:39:32 +00:00
mifaredefault.h chg: added default keys 2017-12-09 07:15:54 +01:00
mifarehost.c chg: 'hf mf csave' 2018-05-03 11:02:50 +02:00
mifarehost.h chg: moving around includes 2018-05-02 19:37:20 +02:00
pm3_binlib.c fix: pr #435 (@tisf) OSX has issues with liblua. 2017-10-20 17:53:49 +02: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_bit_limits.h Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
pm3_bitlib.c Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
pm3_bitlib.h Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
pm3_eml2mfd.py chg: removed whitespaces. 2018-01-09 19:17:21 +01:00
pm3_eml_mfd_test.py chg: removed whitespaces. 2018-01-09 19:17:21 +01:00
pm3_mfd2eml.py CHG: execution mode 2016-10-05 17:57:01 +02:00
pm3_mfdread.py fix: one less block 2017-12-22 12:38:30 +01:00
polarssl_config.h Actually add the FILES also, doh 2015-01-12 22:16:46 +01:00
proxendian.h fixed compiling under ubuntu with devkitARM_r41 2013-03-13 13:46:40 +00:00
proxgui.cpp fixes from #616 2018-06-03 23:32:02 +02:00
proxgui.h chg: adaptations for global debug var to be accessible 2018-02-21 14:59:06 +01:00
proxguiqt.cpp CHG: 'make control widget smaller' 2018-10-07 12:32:14 +02:00
proxguiqt.h fixes from #616 2018-06-03 23:32:02 +02:00
proxmark3.c fix: readline not installed on mac by default.. 2018-11-03 11:10:55 +01:00
proxmark3.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
README-bitlib Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
scandir.c fix: remove gcc7.3.0 warning 2018-11-02 20:47:19 +01:00
scandir.h only mingw has this problem.. 2017-07-27 22:10:12 +02:00
scripting.c chg: lua - Swapping param order to make it more clear. From (length,offset) to (offset,length) 2018-11-05 18:45:46 +01:00
scripting.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
snooper.c fix: too many arguments to function 2018-01-25 18:01:40 +01:00
ui.c fix: fflush(stdout), should sort out the blocking pipe problem 2018-11-02 18:27:42 +01:00
ui.h CHG: the thread comms refactoring from offical pm3 repo 2018-09-06 21:43:20 +02:00
unbind-proxmark
usb_cmd_h2lua.awk part of monstermerge... 2017-07-27 20:48:49 +02:00
util.c added core files. 2018-11-08 17:29:58 +02:00
util.h Added new support str function 2018-09-04 20:39:15 +02:00
util_darwin.h osx: fix annoying focus behaviour (@anticat) 2018-10-07 09:01:24 +02:00
util_darwin.m osx: fix annoying focus behaviour (@anticat) 2018-10-07 09:01:24 +02:00
util_posix.c fixes from #616 2018-06-03 23:32:02 +02:00
util_posix.h part of monstermerge... 2017-07-27 20:48:49 +02:00
whereami.c fix: for netbsd ppl.. 6f4b0fce3a (@khorben ) 2017-12-13 19:35:52 +01:00
whereami.h ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00