proxmark3/client
2018-01-29 15:58:00 +01:00
..
emv chg: remove warning 2018-01-25 20:12:33 +01:00
hardnested FIX: cherrypick some fixes from https://github.com/Proxmark/proxmark3/pull/550 (pwpiwi) 2018-01-23 17:41:47 +01:00
hid-flasher REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside. 2018-01-29 15:58:00 +01:00
loclass fix... don't even mention it... 2018-01-06 00:19:52 +01:00
lualibs CHG: applied https://github.com/Proxmark/proxmark3/pull/553 (@arnie97) and in some more places 2018-01-25 09:51:49 +01:00
obj fix: add dummy 2017-12-24 10:57:21 +01:00
platforms add: a .gitignore to be able to add the folder client/platforms. 2015-06-14 23:31:52 +02:00
reveng syntax sugar 2018-01-25 18:45:13 +01:00
scripts textual 2018-01-29 13:42:18 +01: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 REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside. 2018-01-29 15:58:00 +01:00
cmdanalyse.h chg: adjusted the input parameters for crc16 implementations. 2018-01-28 12:19:04 +01:00
cmdcrc.c chg: 'hf mf fchk' - depth first search 2017-12-11 21:43:29 +01:00
cmdcrc.h monster merge... 2017-07-30 09:17:48 +02:00
cmddata.c FIX: cmd_send has wrong varible definitions, leading to loss of values. 2018-01-11 21:47:27 +01:00
cmddata.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhf.c fix: 'hf search' - 14a detection was wrong. thanks @doegox for point it out. 2017-12-08 22:27:55 +01:00
cmdhf.h chg: pointing to new emv cmds. (@merlokk) 2017-11-25 08:06:43 +01:00
cmdhf14a.c fix: part of @pwpiwi 's #534 fixes 2018-01-01 18:57:37 +01:00
cmdhf14a.h fix: ref to <ctype.h> for isxdigit() 2017-12-04 21:18:08 +01:00
cmdhf14b.c chg: turn off antenna when failed. 2018-01-25 18:02:49 +01:00
cmdhf14b.h chg: 'hf 14b snoop' renamed 'hf 14b sniff'... 2018-01-06 21:12:28 +01:00
cmdhf15.c REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside. 2018-01-29 15:58:00 +01:00
cmdhf15.h REM: 'hf 15 debug' removed command, unified with mf_debuglevel instead. The idea is to have ONE debug flag on deviceside. 2018-01-29 15:58:00 +01:00
cmdhfemv.c rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) 2017-11-11 23:23:01 +01:00
cmdhfemv.h CHG: hf em commands. Client side now has same commands as Peter Fillmores 14atagfuzz repo. OBS: not all exists on deviceside yet! 2017-02-28 14:08:15 +01:00
cmdhfepa.c FIX: unify all calls.. 2017-09-28 22:33:55 +02:00
cmdhfepa.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhffelica.c ADD: 'hf felica reader' - added pm3 as FeliCa reader 2018-01-29 13:42:02 +01:00
cmdhffelica.h ADD: 'hf felica reader' - added pm3 as FeliCa reader 2018-01-29 13:42:02 +01:00
cmdhficlass.c chg: textual 2018-01-11 21:50:05 +01:00
cmdhficlass.h chg: 'hf iclass' - work in progress. running default_iclass_keys.dic against reader (pm3 as simulation) 2018-01-02 11:17:31 +01:00
cmdhflegic.c ADD: 'hf felica reader' - added pm3 as FeliCa reader 2018-01-29 13:42:02 +01:00
cmdhflegic.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhfmf.c FIX: https://github.com/Proxmark/proxmark3/pull/555 (Thanks @arnie97) 2018-01-26 19:31:13 +01:00
cmdhfmf.h DEL: 'hf mf sniff' - since it is very similar to 'hf 14a sniff' , I removed this command. The desired functionality will become a new 'hf list mf' option in the future. 2018-01-18 14:11:22 +01:00
cmdhfmfdes.c chg includes 2017-12-24 10:27:52 +01:00
cmdhfmfdes.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
cmdhfmfdesfire.c minor corrections.. 2017-08-29 15:47:26 +02:00
cmdhfmfdesfire.h ADD: midnitesnakes desfire, ultralight changes from Unstable branch. 2014-12-31 11:35:43 +01:00
cmdhfmfhard.c FIX: cherrypick some fixes from https://github.com/Proxmark/proxmark3/pull/550 (pwpiwi) 2018-01-23 17:41:47 +01:00
cmdhfmfhard.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhfmfu.c fix: bad compare. 2018-01-25 18:10:34 +01:00
cmdhfmfu.h chg: adapting path changes. 2017-12-24 10:32:15 +01:00
cmdhftopaz.c FIX: iso-14443a RATS optional (piwi) 2017-10-01 22:06:06 +02:00
cmdhftopaz.h CHG: updated topaz imp to match PM3 Master (piwi) 2017-04-19 03:41:51 +02:00
cmdhw.c syntax sugar 2018-01-09 16:30:30 +01:00
cmdhw.h CHG: added the ping command to the header file. 2016-11-16 18:17:01 +01:00
cmdlf.c rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) 2017-11-11 23:23:01 +01:00
cmdlf.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfawid.c chg: unify debug messages for FSK demod in AWID,HID,IO,PARADOX,PYRAMID, all neat and same. 2017-08-11 20:48:54 +02:00
cmdlfawid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfcotag.c monster merge... 2017-07-30 09:17:48 +02:00
cmdlfcotag.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfem4x.c chg: use return value instead 2018-01-25 18:11:07 +01:00
cmdlfem4x.h FIX: data plot AutoCorrelate slider, window too big, now limited to number of samples. 2017-07-30 21:21:02 +02:00
cmdlffdx.c rem: removed unneeded function 2018-01-28 12:47:08 +01:00
cmdlffdx.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfguard.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
cmdlfguard.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfhid.c FIX: if receiving array isnt large enough, previously this will smash the stack.. 2017-12-02 20:45:53 +01:00
cmdlfhid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfhitag.c chg: cleaning up some function calls. 2017-11-09 19:15:56 +01:00
cmdlfhitag.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfindala.c FIX: if receiving array isnt large enough, previously this will smash the stack.. 2017-12-02 20:45:53 +01:00
cmdlfindala.h chg: 'lf indala' demod fixes, https://github.com/Proxmark/proxmark3/pull/385 (@marshmellow42) 2017-08-26 13:51:49 +02:00
cmdlfio.c fix: gcc7 warning 2018-01-26 20:44:57 +01:00
cmdlfio.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfjablotron.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
cmdlfjablotron.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnedap.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
cmdlfnedap.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnexwatch.c monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnexwatch.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfnoralsy.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
cmdlfnoralsy.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpac.c monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpac.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfparadox.c CHG: centralized the LF signal properties LOW/HIGH/MEAN/AMPLITUDE/ISNOISE into one struct. 2017-11-06 15:06:42 +01:00
cmdlfparadox.h Fixes: lf simpsk - make sure Carrier input is ok. 2017-08-10 14:19:57 +02:00
cmdlfpcf7931.c monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpcf7931.h FIX: Removed a arrat from the struct configPcf in "LF PCF7931" 2015-10-12 21:49:11 +02:00
cmdlfpresco.c rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) 2017-11-11 23:23:01 +01:00
cmdlfpresco.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpyramid.c CHG: centralized the LF signal properties LOW/HIGH/MEAN/AMPLITUDE/ISNOISE into one struct. 2017-11-06 15:06:42 +01:00
cmdlfpyramid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfsecurakey.c CHG: some help text edited and rearrange the commands to be in the same order 2017-08-09 18:33:30 +02:00
cmdlfsecurakey.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlft55xx.c rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) 2017-11-11 23:23:01 +01:00
cmdlft55xx.h fix: ref to <ctype.h> for isxdigit() 2017-12-04 21:18:08 +01:00
cmdlfti.c monster merge... 2017-07-30 09:17:48 +02: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 updated commments 2017-08-15 23:09:39 +02:00
cmdlfviking.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfvisa2000.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
cmdlfvisa2000.h monster merge... 2017-07-30 09:17:48 +02:00
cmdmain.c fix: cherry picked fix LF SNOOP not working. 2017-12-23 22:17:30 +01:00
cmdmain.h fix: hw status (and USB comm in general) PR #434 : (@pwpiwi) 2017-10-20 16:32:42 +02:00
cmdparser.c chg: enhanced rtrim for command prompt. 2017-12-21 10:08:07 +01:00
cmdparser.h ADD: @piwi's fixes to .history 2015-11-09 21:46:57 +01:00
cmdscript.c chg: remove gcc 7.0 warnings 2018-01-26 20:17:56 +01:00
cmdscript.h CHG: adapt to be similar as other cmd*.c files 2017-10-20 14:37:50 +02:00
data.c monster merge... 2017-07-30 09:17:48 +02:00
data.h monster merge... 2017-07-30 09:17:48 +02:00
default_iclass_keys.dic add: 'hf iclass chk' - empty default keys file for iClass keys 2017-12-14 13:04:21 +01:00
default_keys.dic lastone 2017-12-27 20:47:34 +01: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 add: new found pwd. {@gentilkiwi) 2017-11-25 08:05:15 +01: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 more fflushes. 2017-10-30 15:10:32 +01:00
flash.h monster merge... 2017-07-30 09:17:48 +02:00
flasher.c fix: too many arguments to function 2018-01-25 18:01:40 +01:00
fpga_compress.c CHG: fpga_comress sending no-error messages to stderr (@merlokk) 2017-10-19 13:28:58 +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: cleaning up some function calls. 2017-11-09 19:15:56 +01:00
graph.h chg: cleaning up some function calls. 2017-11-09 19:15:56 +01: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
Makefile FIX: solution one, for more avx, avx2, avx512 2018-01-06 18:52:28 +01:00
mfkey.c fix: 'hf mf mifare - wrongly executed the parity-zero when not needed. 2017-12-06 19:53:41 +01:00
mfkey.h fix to darkside overdue. I needed to remove my old impl.. 2017-12-06 17:15:24 +01:00
mifaredefault.h chg: added default keys 2017-12-09 07:15:54 +01:00
mifarehost.c cHG.. missing 2018-01-29 13:48:18 +01:00
mifarehost.h chg: extracted check-key-fast into its own. 2017-12-12 20:05:36 +01: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 ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) 2017-10-20 20:39:57 +02:00
proxgui.h ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) 2017-10-20 20:39:57 +02:00
proxguiqt.cpp ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) 2017-10-20 20:39:57 +02:00
proxguiqt.h ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) 2017-10-20 20:39:57 +02:00
proxmark3.c chg: enhanced rtrim for command prompt. 2017-12-21 10:08:07 +01:00
proxmark3.h chg: enhanced rtrim for command prompt. 2017-12-21 10:08:07 +01: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 only mingw has this problem.. 2017-07-27 22:10:12 +02:00
scandir.h only mingw has this problem.. 2017-07-27 22:10:12 +02:00
scripting.c chg: enhanced rtrim for command prompt. 2017-12-21 10:08:07 +01:00
scripting.h chg: adapting to new locations, and changes in makefile. 2017-12-24 10:28:46 +01:00
snooper.c fix: too many arguments to function 2018-01-25 18:01:40 +01:00
ui.c chg: remove a warning 'extern' 2017-10-21 13:00:36 +02:00
ui.h ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk) 2017-10-20 20:39:57 +02:00
unbind-proxmark merge linux and windows clients into one directory... will consolidate makefiles shortly 2009-12-22 12:11:15 +00:00
usb_cmd_h2lua.awk part of monstermerge... 2017-07-27 20:48:49 +02:00
util.c chg: adjusted the input parameters for crc16 implementations. 2018-01-28 12:19:04 +01:00
util.h chg: adjusted the input parameters for crc16 implementations. 2018-01-28 12:19:04 +01:00
util_posix.c FIX: cherrypick some fixes from https://github.com/Proxmark/proxmark3/pull/550 (pwpiwi) 2018-01-23 17:41:47 +01: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