proxmark3/client
2017-12-06 09:25:10 +01:00
..
emv small refactoring 2017-12-04 22:20:29 +02:00
hardnested Fix typo and gcc-7 warnings (#401) 2017-09-26 16:36:05 +02:00
hid-flasher Provide msclock() as Milliseconds timer for performance measures (#231) 2017-03-12 15:06:27 +01:00
loclass Fix typo and gcc-7 warnings (#401) 2017-09-26 16:36:05 +02:00
lualibs Adjust LUA scripts to new ISO14A_NO_RATS option 2017-10-04 18:28:57 +02:00
obj added showing apdu response codes 2017-10-31 18:14:32 +02:00
reveng some coverity fixes plus fix fdx help (#328) 2017-06-20 17:25:08 -05:00
scripts Add files via upload 2017-11-17 14:42:52 -08:00
ui Remove built file 2017-04-18 23:59:40 -04:00
cmdcrc.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdcrc.h reveng -g (model search given just hexstr with crc) 2015-06-10 01:33:37 -04:00
cmddata.c add data fsktonrz fsk cleaning util (#352) 2017-07-12 07:31:42 +02:00
cmddata.h combine autocorr, dirth functions 2017-04-13 10:33:18 -04:00
cmdhf.c Add: Emv first part of commands 2017-11-22 06:16:33 +01:00
cmdhf.h Reworked how 'hf 14a list' and 'hf iclass list' works, to use the same method. Now. use 'hf list 14a' and 'hf list iclass' instead. Plus, the output is now annotated (although the annotation-engine could use a bit more love from someone more familiar with the available commands 2015-01-04 21:22:54 +01:00
cmdhf14a.c added hint on hf 14a apdu. close #495 2017-11-30 19:34:20 +02:00
cmdhf14a.h Add: Emv first part of commands 2017-11-22 06:16:33 +01:00
cmdhf14b.c add -ss to hf 14b raw for select of SRx chips 2015-07-03 23:15:08 -04:00
cmdhf14b.h add 14b info command 2015-06-23 17:41:24 -04:00
cmdhf15.c HF Search - refactoring cmds to work with it 2015-05-12 16:45:48 -04:00
cmdhf15.h HF Search - refactoring cmds to work with it 2015-05-12 16:45:48 -04:00
cmdhfepa.c Fix compile errors with MacOS (#312) 2017-06-07 22:35:20 +02:00
cmdhfepa.h Basic support for EAC documents (e.g. German Identification Card) 2012-08-28 21:39:50 +00:00
cmdhficlass.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdhficlass.h iclass refactor/cleanup 2015-07-21 14:26:46 -04:00
cmdhflegic.c fix lf sim fpga download overwrites sim buffer (#391) 2017-09-11 19:18:32 +02:00
cmdhflegic.h legic write/simulate [Anon] 2010-05-06 11:24:01 +00:00
cmdhfmf.c fix memory overflow in hf mf nested (issue #479) 2017-11-12 18:08:57 +01:00
cmdhfmf.h Check keys in hf mf nested and hf mf chk (#414) 2017-10-15 21:19:34 +02:00
cmdhfmfhard.c Fix detection of AVX512 support for Apple clang compiler 2017-09-12 09:09:15 +02:00
cmdhfmfhard.h New: implementing hf mf hardnested 2017-05-31 07:30:56 +02:00
cmdhfmfu.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdhfmfu.h change ul_switch_off_field to DropField fix #473 2017-11-11 01:19:34 +02:00
cmdhftopaz.c fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c) 2017-04-11 18:55:33 +02:00
cmdhftopaz.h fix: introduced a stupid error when refactoring the start bit detector in MillerDecoding() 2015-03-18 18:32:43 +01:00
cmdhw.c Typo fix for CmdPing 2017-03-04 13:38:57 +01: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 Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdlf.h lf read adjustments 2017-04-07 17:28:12 -04:00
cmdlfawid.c finish FSK graph index changes 2017-04-15 16:18:54 -04:00
cmdlfawid.h fix lf file includes to include own .h 2017-03-23 22:32:38 -04:00
cmdlfcotag.c lf read adjustments 2017-04-07 17:28:12 -04:00
cmdlfcotag.h Client code cleanup: 2017-03-06 21:03:13 +01:00
cmdlfem4x.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdlfem4x.h EM410x bruteforcing changes: Load the whole file at once, pause delay as parameter, stop the execution on key press and EM410x conversion to signal function. 2017-07-01 17:53:06 +02:00
cmdlffdx.c helptext fixes (#384) 2017-08-22 18:33:12 +02:00
cmdlffdx.h split fdx-b demod to its own file 2017-03-26 08:09:40 -04:00
cmdlfgproxii.c update more demods for graphing 2017-04-12 17:55:31 -04:00
cmdlfgproxii.h Split data askgproxiidemod to own file 2017-03-25 15:51:31 -04:00
cmdlfhid.c FIX: 'lf hid sim' - it now prints the id correct ref https://github.com/Proxmark/proxmark3/issues/364 2017-07-27 18:35:12 +02:00
cmdlfhid.h split hid demod/awid demod to respective files 2017-03-22 15:49:01 -04:00
cmdlfhitag.c fix lf search bugs when no tag is on antenna 2017-11-10 15:57:55 -05: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
cmdlfindala.c Indala fixes - set accurate preamble and start of.. (#385) 2017-08-27 12:10:28 +02:00
cmdlfindala.h split lf indala[cmd] to lf indala [cmd] 2017-03-24 19:18:33 -04:00
cmdlfio.c fix lf io clone (issue #331): 2017-07-13 18:12:53 +02:00
cmdlfio.h split io demod/pyramid demod to respective files 2017-03-22 17:16:43 -04:00
cmdlfjablotron.c update more demods for graphing 2017-04-12 17:55:31 -04:00
cmdlfjablotron.h add jablotron+noralsy lf tag definitions/cmds 2017-03-28 18:01:45 -04:00
cmdlfnexwatch.c update more demods for graphing 2017-04-12 17:55:31 -04:00
cmdlfnexwatch.h fix copy paste header issue 2017-03-28 09:11:29 -04:00
cmdlfnoralsy.c update more demods for graphing 2017-04-12 17:55:31 -04:00
cmdlfnoralsy.h add jablotron+noralsy lf tag definitions/cmds 2017-03-28 18:01:45 -04:00
cmdlfpac.c add lf PAC/Stanley tag read (#354) 2017-07-14 14:04:46 +02:00
cmdlfpac.h add lf PAC/Stanley tag read (#354) 2017-07-14 14:04:46 +02:00
cmdlfparadox.c finish FSK graph index changes 2017-04-15 16:18:54 -04:00
cmdlfparadox.h split lf paradox/nexwatch into own files 2017-03-27 18:04:20 -04:00
cmdlfpcf7931.c lf t55xx code cleanup + 2015-10-15 14:53:49 -04:00
cmdlfpcf7931.h Clean up pcf7931 2015-10-14 16:17:56 -04:00
cmdlfpresco.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdlfpresco.h Split data askgproxiidemod to own file 2017-03-25 15:51:31 -04:00
cmdlfpyramid.c finish FSK graph index changes 2017-04-15 16:18:54 -04:00
cmdlfpyramid.h Split data askgproxiidemod to own file 2017-03-25 15:51:31 -04:00
cmdlfsecurakey.c add lf PAC/Stanley tag read (#354) 2017-07-14 14:04:46 +02:00
cmdlfsecurakey.h add lf securakey 2017-03-29 00:37:16 -04:00
cmdlft55xx.c Fix memory bounds error 2017-11-11 16:15:29 -05:00
cmdlft55xx.h lf improvements 2017-04-04 11:52:10 -04:00
cmdlfti.c Code cleanup: 2017-02-23 18:29:03 +01: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
cmdlfviking.c update more demods for graphing 2017-04-12 17:55:31 -04:00
cmdlfviking.h Split data askgproxiidemod to own file 2017-03-25 15:51:31 -04:00
cmdlfvisa2000.c helptext fixes (#384) 2017-08-22 18:33:12 +02:00
cmdlfvisa2000.h Split data askgproxiidemod to own file 2017-03-25 15:51:31 -04:00
cmdmain.c Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
cmdmain.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
cmdparser.c Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
cmdparser.h fix: .history was never written 2015-11-06 11:34:43 +01:00
cmdscript.c Make LUA scripting work even if proxmark3 is called from arbitrary working directory 2017-02-23 18:37:34 +01:00
cmdscript.h Added 'core'-api, also added some error handling in scripts 2013-05-24 21:05:45 +00:00
data.c BigBuf and tracing rework: allow much longer traces in in hf commands 2015-01-28 07:18:51 +01:00
data.h BigBuf and tracing rework: allow much longer traces in in hf commands 2015-01-28 07:18:51 +01:00
default_keys.dic @iceman1001 s default keys 2015-05-14 22:55:18 -04:00
default_pwd.dic include default password dictionary for lf t55xx... 2015-12-03 16:44:06 -05: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 Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
flash.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
flasher.c Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
fpga_compress.c fix fpga_comress sending no-error messages to stderr (#430) 2017-10-19 12:23:09 +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 new grid X offset calcs to fix some issues 2017-04-17 18:37:23 -04:00
graph.h new grid X offset calcs to fix some issues 2017-04-17 18:37:23 -04:00
guidummy.cpp Update/cleanup Makefiles (#265) 2017-03-31 16:04:04 +02:00
hitag2.ht2 major USB update 2012-12-04 23:39:18 +00:00
Makefile fixing the fix: older shells don't know about &> 2017-12-06 09:25:10 +01:00
mfkey.c Fix compile issues for mfkey32 and mfkey64 after Pull Request #380 2017-08-18 07:50:03 +02:00
mfkey.h Fix compile issues for mfkey32 and mfkey64 after Pull Request #380 2017-08-18 07:50:03 +02:00
mifaredefault.h Check keys in hf mf nested and hf mf chk (#414) 2017-10-15 21:19:34 +02:00
mifarehost.c improve hf 14a info (#457) 2017-11-01 17:48:59 +01:00
mifarehost.h improve hf 14a info (#457) 2017-11-01 17:48:59 +01:00
pm3_binlib.c Fixing liblua issues 2017-10-20 21:55:13 +07: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 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 Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
proxgui.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
proxguiqt.cpp proxmark3 refactoring command line parameters (#417) 2017-10-20 06:49:53 +02:00
proxguiqt.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
proxmark3.c Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
proxmark3.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +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
scripting.c Use PolarSSL DES implementation (GPL 2 or later) for both client and firmware (#378) 2017-08-22 10:04:47 +02:00
scripting.h Make LUA scripting work even if proxmark3 is called from arbitrary working directory 2017-02-23 18:37:34 +01:00
ui.c Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
ui.h Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450) 2017-10-27 09:56:46 +02:00
unbind-proxmark
usb_cmd_h2lua.awk Update/cleanup Makefiles (#265) 2017-03-31 16:04:04 +02:00
util.c part of changes 2017-11-25 12:58:50 +02:00
util.h part of changes 2017-11-25 12:58:50 +02:00
util_posix.c Fix clock_gettime() for Apple OSX 2017-09-20 07:32:15 +02:00
util_posix.h Fix compile errors with MacOS (#312) 2017-06-07 22:35:20 +02:00
whereami.c Client code cleanup: 2017-03-06 21:03:13 +01:00
whereami.h Make LUA scripting work even if proxmark3 is called from arbitrary working directory 2017-02-23 18:37:34 +01:00