proxmark3/client
2017-09-28 22:31:20 +02:00
..
hardnested CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files 2017-09-26 17:02:18 +02:00
hid-flasher CHG: changed name on define. Its now called CMD_UPLOAD_SIM_SAMPLES_125K .. Since we upload to device. 2017-09-14 11:13:10 +02:00
loclass CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files 2017-09-26 17:02:18 +02:00
lualibs monster merge... 2017-07-30 09:17:48 +02:00
nonce2key monster merge... 2017-07-30 09:17:48 +02:00
obj some dummy files in order to keep folder structure ok when compiling.. 2017-07-27 21:19:39 +02:00
platforms add: a .gitignore to be able to add the folder client/platforms. 2015-06-14 23:31:52 +02:00
reveng chg: updated the reveng 1.4.4 -> 1.5.2 2017-08-29 18:05:56 +02:00
scripts chg: 'script run 14araw' got some local functions now 2017-09-04 22:49:33 +02:00
ui some QT problems.. 2017-07-27 21:42:22 +02:00
aes.c Actually add the FILES also, doh 2015-01-12 22:16:46 +01:00
aes.h Actually add the FILES also, doh 2015-01-12 22:16:46 +01:00
cli.c monster merge... 2017-07-30 09:17:48 +02:00
cmdanalyse.c part of monstermerge.. 2017-07-27 20:58:59 +02:00
cmdanalyse.h ADD: analyse nuid - generates NUID 4byte from a UID 7byte. Mifare Classic Ev1 has this option as a activation sequences. This NUID is also used for authenticate (cuid), not the block0 data. 2017-03-10 09:48:36 +01:00
cmdcrc.c chg: updated the reveng 1.4.4 -> 1.5.2 2017-08-29 18:05:56 +02:00
cmdcrc.h monster merge... 2017-07-30 09:17:48 +02:00
cmddata.c minor styleish 2017-08-06 16:31:01 +02:00
cmddata.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhf.c CHG: 'hf list' - now gets a timeout instead of stalling if device doesnt answer.. 2017-09-26 17:16:24 +02:00
cmdhf.h ADD: 'hf list 15' - added annotation for ISO15693 2017-09-04 18:38:57 +02:00
cmdhf14a.c minor corrections.. 2017-08-29 15:47:26 +02:00
cmdhf14a.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhf14b.c chg: removed some warnings in ubuntu17.04 2017-08-25 20:28:16 +02:00
cmdhf14b.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhf15.c chg: 'hf 15 read' - nice output and with lock info 2017-09-06 22:04:00 +02:00
cmdhf15.h add: 'hf 15 dump' added save data to file. It saves two files (EML/BIN) 2017-09-06 12:55:21 +02:00
cmdhfemv.c minor corrections.. 2017-08-29 15:47:26 +02: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 monster merge... 2017-07-30 09:17:48 +02:00
cmdhfepa.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhficlass.c fix: 'hf iclass sim 4' array out-of-bounds write. 2017-09-18 15:31:53 +02:00
cmdhficlass.h when you need to add too much changes at the same time... 2017-08-26 12:57:18 +02:00
cmdhflegic.c chg: some more fflush... 2017-08-28 17:18:54 +02:00
cmdhflegic.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhfmf.c add 'hf mf decrypt' - added a helptext 2017-08-30 19:13:49 +02:00
cmdhfmf.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhfmfdes.c CHG: 'hf mfdes info' : Now checks for 7b uid's. This will remove some faulty claims of tagidentifications. 2017-09-14 11:06:49 +02: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 add: Fix detection of AVX512 support for Apple clang compiler #392 (piwi) 2017-09-12 21:45:37 +02:00
cmdhfmfhard.h monster merge... 2017-07-30 09:17:48 +02:00
cmdhfmfu.c fix: 'hf mfu restore r' it now uses the newly written pwd for all further authentications needed. 2017-07-17 14:27:11 +02:00
cmdhfmfu.h chg: 'hf mfu restore' swapped some parts so to write special areas first and configblocks last. 2017-07-14 21:24:36 +02:00
cmdhftopaz.c CHG: 'script run didump' - got some remake. unfinished. 2017-07-04 20:23:47 +02:00
cmdhftopaz.h CHG: updated topaz imp to match PM3 Master (piwi) 2017-04-19 03:41:51 +02:00
cmdhw.c chg: the version text layout 2017-08-29 08:46:26 +02:00
cmdhw.h CHG: added the ping command to the header file. 2016-11-16 18:17:01 +01:00
cmdlf.c CHG: changed name on define. Its now called CMD_UPLOAD_SIM_SAMPLES_125K .. Since we upload to device. 2017-09-14 11:13:10 +02: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: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files 2017-09-26 17:02:18 +02: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 fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02: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 chg: swapped return value to bool 2017-09-14 11:08:24 +02:00
cmdlfhid.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfhitag.c CHG: some help text edited and rearrange the commands to be in the same order 2017-08-09 18:33:30 +02:00
cmdlfhitag.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfindala.c chg: 'lf indala' demod fixes, https://github.com/Proxmark/proxmark3/pull/385 (@marshmellow42) 2017-08-26 13:51:49 +02: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 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
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: unify debug messages for FSK demod in AWID,HID,IO,PARADOX,PYRAMID, all neat and same. 2017-08-11 20:48:54 +02: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 chg: removed some warnings in ubuntu17.04 2017-08-25 20:28:16 +02:00
cmdlfpresco.h monster merge... 2017-07-30 09:17:48 +02:00
cmdlfpyramid.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
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 minor corrections.. 2017-08-29 15:47:26 +02:00
cmdlft55xx.h updated commments 2017-08-15 23:09:39 +02: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 monster merge... 2017-07-30 09:17:48 +02:00
cmdmain.h fixes.. to bool 2017-07-11 18:31:10 +02:00
cmdparser.c ADD: case insensitive commands :) finally, you can write LF SEARCH ... 2017-09-15 14:45:26 +02:00
cmdparser.h ADD: @piwi's fixes to .history 2015-11-09 21:46:57 +01:00
cmdscript.c ADD: num_CPUs(void) method from pm3 master 2017-07-27 09:36:16 +02:00
cmdscript.h CHG: increased the script-filename column width from 16 to 21. 2016-08-07 21:05:09 +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_keys.dic upd: added more key 2017-09-15 17:14:02 +02: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 some more keys 2017-07-11 18:31:53 +02: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 FIX: ubuntu complains about sleep... 2017-07-30 09:30:42 +02:00
flash.h monster merge... 2017-07-30 09:17:48 +02:00
flasher.c CHG: enables proxmark3 client to reconnect to serial port without exiting / restarting. 2017-09-26 17:04:25 +02:00
fpga_compress.c monster merge... 2017-07-30 09:17:48 +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 FIX: data plot AutoCorrelate slider, window too big, now limited to number of samples. 2017-07-30 21:21:02 +02:00
graph.h FIX: data plot AutoCorrelate slider, window too big, now limited to number of samples. 2017-07-30 21:21:02 +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
Makefile FIX: #402 https://github.com/Proxmark/proxmark3/pull/402 (piwi) 2017-09-28 22:31:20 +02:00
mfkey.c part of monstermerge... 2017-07-27 20:48:49 +02:00
mfkey.h part of monstermerge... 2017-07-27 20:48:49 +02:00
mifarehost.c chg: 'hf 15 findafi' - informativ message 2017-09-05 10:34:31 +02:00
mifarehost.h monster merge... 2017-07-30 09:17:48 +02:00
pm3_binlib.c CHG: fix a "indent" warning. 2016-09-26 11:01:33 +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: execution mode 2016-10-05 17:56:44 +02: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 CHG: execution mode 2016-10-05 17:57:01 +02:00
pm3_mfdread.py UPD: got the latest updates (@badboy) from @zhovner mfdread. 2016-09-29 14:18:21 +02: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 syntax sugar 2017-08-11 18:15:01 +02:00
proxgui.h and the QT part of monstermerge.. 2017-07-27 21:32:15 +02:00
proxguiqt.cpp syntax sugar 2017-08-11 18:15:01 +02:00
proxguiqt.h syntax sugar 2017-08-11 18:15:01 +02:00
proxmark3.c fix: double free shouldn't happen now 2017-09-26 22:22:23 +02:00
proxmark3.h and the QT part of monstermerge.. 2017-07-27 21:32:15 +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 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 warnings on ubuntu 2017-07-31 15:46:22 +02:00
scripting.h part of monstermerge.. 2017-07-27 20:58:59 +02:00
snooper.c monster merge... 2017-07-30 09:17:48 +02:00
ui.c fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +02:00
ui.h fix: unified lf clone printouts of blocks. 2017-08-11 11:38:54 +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 ADD: case insensitive commands :) finally, you can write LF SEARCH ... 2017-09-15 14:45:26 +02:00
util.h ADD: case insensitive commands :) finally, you can write LF SEARCH ... 2017-09-15 14:45:26 +02:00
util_posix.c fix: clock_gettime for Apple OSX (piwi) https://github.com/Proxmark/proxmark3/pull/393 2017-09-20 10:31:19 +02:00
util_posix.h part of monstermerge... 2017-07-27 20:48:49 +02:00
whereami.c fixes.. to bool 2017-07-11 18:31:10 +02:00
whereami.h ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00