proxmark3/client
2017-03-18 15:19:51 +01:00
..
hid-flasher Add Mifare Classic EV1 set load modulation command 2017-03-09 21:37:16 +08:00
loclass CHG: syntax sugar, minor spelling mistake 2017-01-11 23:08:59 +01:00
lualibs Add Mifare Classic EV1 set load modulation command 2017-03-09 21:37:16 +08:00
nonce2key chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
obj add: a .gitignore to be able to add the folder client/obj/reveng. 2015-06-14 23:32:20 +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; PRIu32 becomes %u. Lets return to whats working - %lu 2017-02-23 01:21:25 +01:00
scripts FIX: introduced a bug in luascripts when adding the "safe ascii chars" to ConvertHexToAscii. Now its optional. 2017-03-09 10:26:01 +01:00
ui ADD: starting merge @holiman 's graphic branch. 2017-03-09 11:21:25 +01: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 RM: removed some old reference inside some old proggies... 2016-04-23 13:03:27 +02:00
cmdanalyse.c 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
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: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdcrc.h ADD: @marshmellow42 's new "-g" search for crc in a hexstring *great* 2015-06-10 08:46:16 +02:00
cmddata.c ADD: data detectclock - added clock blocks in plot window. Its a draft. Not working for all clocks. 2017-03-02 14:53:50 +01:00
cmddata.h CHG: minor LF adjustments. 2017-02-28 16:55:16 +01:00
cmdhf.c chg: trying to generalize the EMV build 2017-02-13 11:05:42 +01:00
cmdhf.h FIX: increased the limit to 0xE6 for MIFARE_ULEV1_FASTREAD 2015-05-12 18:57:47 +02:00
cmdhf14a.c CHG: hf 14a read - started to add a Magic tag gen2 detection. SKipping it for now. Can't decide to put in on deviceside or in client. 2017-02-28 08:16:02 +01:00
cmdhf14a.h ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile 2017-02-05 21:56:47 +01:00
cmdhf14b.c CHG; still looking at 14b, this time started to look at the tracelog times not working. 2016-08-09 23:13:18 +02:00
cmdhf14b.h CHG: moved some TEA crypto stuff from 14b into analyse. 2016-08-07 21:08:17 +02:00
cmdhf15.c CHG: the "indent" software warns about some assingments. I've tried to fix them. 2016-09-26 10:37:00 +02:00
cmdhf15.h Added @marshmellow42 "hf search" 2015-05-13 09:13:42 +02:00
cmdhfemv.c 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
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 chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdhfepa.h Basic support for EAC documents (e.g. German Identification Card) 2012-08-28 21:39:50 +00:00
cmdhficlass.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdhficlass.h CHG: 'hf iclass decrypt' - adjusted the loops, to only decrypt Application 1. However I've noticed not all blocks in Application 1 is encrypted. :/ Still needs to be adjusted. 2017-01-10 18:23:05 +01:00
cmdhflegic.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdhflegic.h FIX: "hf legic write" - removed a warning message and made the overwrite question working. 2016-10-14 16:39:38 +02:00
cmdhfmf.c Add Mifare Classic EV1 set load modulation command 2017-03-09 21:37:16 +08:00
cmdhfmf.h Add Mifare Classic EV1 set load modulation command 2017-03-09 21:37:16 +08:00
cmdhfmfdes.c CHG: wrong minor version value. 0x1 -> 0x0 for desfire ev1 detection 2016-06-15 09:22:55 +02:00
cmdhfmfdes.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
cmdhfmfdesfire.c ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2 2016-06-13 19:05:50 +02:00
cmdhfmfdesfire.h ADD: midnitesnakes desfire, ultralight changes from Unstable branch. 2014-12-31 11:35:43 +01:00
cmdhfmfhard.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdhfmfhard.h ADD: added the 'hf mf hardnested' to be called within LUA scripts. 2016-11-21 16:08:12 +01:00
cmdhfmfu.c FIX: 'hf mfu dump' - the ascii printing would print control-chars, which could hang client. Unprintable chars is replaces with a DOT 2017-02-14 15:52:28 +01:00
cmdhfmfu.h ADD: added a simple test of known pwd algos based on uid. 2016-02-24 08:31:46 +01:00
cmdhftopaz.c ADD: added @marshmellow42 's changes to "lfdemod" 2016-03-20 19:39:06 +01:00
cmdhftopaz.h ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock, 2015-12-16 11:01:46 +01:00
cmdhw.c textual change @4m4rOk 2017-03-04 14:35:39 +01:00
cmdhw.h CHG: added the ping command to the header file. 2016-11-16 18:17:01 +01:00
cmdlf.c CHG: hf 14a read - started to add a Magic tag gen2 detection. SKipping it for now. Can't decide to put in on deviceside or in client. 2017-02-28 08:16:02 +01:00
cmdlf.h CHG: 'lf cotag read' - it now follows "lf config" settings when collecting signaldata. 2017-02-01 14:11:11 +01:00
cmdlfawid.c FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands. (RF-2/2) ie: ((64-2)>>1) 2017-02-13 10:58:28 +01:00
cmdlfawid.h CHG: some indala output is now only in debug mode 2017-01-05 15:55:19 +01:00
cmdlfcotag.c CHG: 'lf cotag read' - added the raw output and the repeating byte pattern is 16bytes, so we only collect that many bytes from card 2017-02-03 00:07:55 +01:00
cmdlfcotag.h CHG: 'lf cotag read' - added the raw output and the repeating byte pattern is 16bytes, so we only collect that many bytes from card 2017-02-03 00:07:55 +01:00
cmdlfem4x.c CHG: minor LF adjustments. 2017-02-28 16:55:16 +01:00
cmdlfem4x.h CHG: one step closer to finish merging @marshmellow42 's 4x05 changes. 2017-02-26 21:32:51 +01:00
cmdlffdx.c Updated clone/sim cmd help + minor text fixes 2017-03-18 15:19:51 +01:00
cmdlffdx.h CHG: textual changes. 2017-01-05 15:56:52 +01:00
cmdlfguard.c FIX: lf guard sim - helptext change and increase arguments expected check to 3 2017-02-17 07:48:00 +01:00
cmdlfguard.h ADD: T55XX_WRITE_TIMEOUT to make sure all WaitForResponseTimeout for t55xx behaves the same. 2017-01-18 22:54:27 +01:00
cmdlfhid.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdlfhid.h CHG: adding the HID wiegand calcs again. Still need to set the bit37 indicator etc. 2017-01-09 22:17:43 +01:00
cmdlfhitag.c CHG: temporary disable hitag2_uid detection. Loop times out sometimes. 2017-01-31 22:38:02 +01: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
cmdlfio.c FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands. (RF-2/2) ie: ((64-2)>>1) 2017-02-13 10:58:28 +01:00
cmdlfio.h ADD: added 'lf io sim <version> <facility.code> <cardnumber>' to the sim command 2016-05-16 21:39:40 +02:00
cmdlfjablotron.c CHG: minor LF adjustments. 2017-02-28 16:55:16 +01:00
cmdlfjablotron.h CHG: Moved a 'include' statement to header file 2016-07-30 19:37:15 +02:00
cmdlfnedap.c CHG: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3/pull/220 2017-03-01 20:14:46 +01:00
cmdlfnedap.h CHG: increased the preamble 2016-05-02 21:21:43 +02:00
cmdlfnoralsy.c CHG: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3/pull/220 2017-03-01 20:14:46 +01:00
cmdlfnoralsy.h CHG: 'lf noralsy' Added tag allocation year in demod output. 2017-01-11 23:00:08 +01:00
cmdlfpcf7931.c CHG: clearCommandBuffer(); before calling cmdparser. 2016-02-14 15:24:11 +01: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: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3/pull/220 2017-03-01 20:14:46 +01:00
cmdlfpresco.h FIX: 'lf presco' demod fixes. 2016-12-15 00:01:31 +01:00
cmdlfpyramid.c FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands. (RF-2/2) ie: ((64-2)>>1) 2017-02-13 10:58:28 +01:00
cmdlfpyramid.h ADD: "LF PYRAMID SIM" 2016-02-26 22:40:13 +01:00
cmdlft55xx.c syntax sugar 2017-02-19 01:34:45 +01:00
cmdlft55xx.h CHG: moved definition and includes into header file 2017-01-18 20:19:42 +01:00
cmdlfti.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
cmdlfti.h
cmdlfviking.c CHG: lowered the samples read. 2017-01-20 22:06:53 +01:00
cmdlfviking.h ADD: @marshmellow's fixes to awid, viking and T55x7 2015-11-22 17:33:41 +01:00
cmdlfvisa2000.c CHG: lf visa2000 demod - adding the commandcall, allowing for demods of graphbuffer. (@marshmellow42) 2017-03-07 08:26:17 +01:00
cmdlfvisa2000.h ADD: forgot to add the files 2016-12-14 23:26:14 +01:00
cmdmain.c CHG: @Marshmellow42 's fixes. ref: e88096ba25 2017-02-24 01:14:47 +01:00
cmdmain.h ADD: @piwi's fixes to .history 2015-11-09 21:46:57 +01:00
cmdparser.c syntax suger 2017-01-11 23:02:38 +01:00
cmdparser.h ADD: @piwi's fixes to .history 2015-11-09 21:46:57 +01:00
cmdscript.c ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00
cmdscript.h CHG: increased the script-filename column width from 16 to 21. 2016-08-07 21:05:09 +02:00
data.c CHG: changed to use BigBuff_Eml memory instead of big_buff_malloc. 2016-10-03 23:24:59 +02:00
data.h CHG: changed to use BigBuff_Eml memory instead of big_buff_malloc. 2016-10-03 23:24:59 +02:00
default_keys.dic removed some duplicates. 2017-03-06 14:47:24 +01:00
default_pwd.dic chg: added a key 2017-02-13 10:59:03 +01:00
elf.h
eml2lower.sh
eml2UPPER.sh
flash.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
flash.h show device name during flashing and change advice on hanging 2013-10-05 16:44:48 +00:00
flasher.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
fpga_compress.c chg; PRIu32 becomes %u. Lets return to whats working - %lu 2017-02-23 01:21:25 +01:00
gen_pm3mfsim_script.sh
graph.c CHG: plotting of clock 2017-03-04 14:36:09 +01:00
graph.h ADD: 'lf search' - @marshmellow42 's check if signal is noice. 2017-02-04 12:41:30 +01:00
guidummy.c
hitag2.ht2 major USB update 2012-12-04 23:39:18 +00:00
Makefile ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00
mifarehost.c CHG: renamed struct sector -> sector_t 2017-03-06 19:11:08 +01:00
mifarehost.h CHG: renamed struct sector -> sector_t 2017-03-06 19:11:08 +01: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
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
proxgui.h ADD: data detectclock - added clock blocks in plot window. Its a draft. Not working for all clocks. 2017-03-02 14:53:50 +01:00
proxguiqt.cpp CHG: plotting of clock 2017-03-04 14:36:09 +01:00
proxguiqt.h CHG: data plot- the marking of clock, looks better without borders. It only connected to ASK. STT mark also looks better. 2017-03-02 21:00:51 +01:00
proxmark3.c FIX: removing compiler warning about double const. 2017-02-26 21:28:06 +01:00
proxmark3.h FIX: removing compiler warning about double const. 2017-02-26 21:28:06 +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
scripting.c ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00
scripting.h ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00
sleep.c fix: some compiler warning when the #define is not matching. 2017-02-13 11:03:45 +01:00
sleep.h client should compile without warnings on linux, mac, windows 2013-03-14 15:03:04 +00:00
snooper.c RM: removed some old reference inside some old proggies... 2016-04-23 13:03:27 +02:00
uart.c CHG: testing to set 460800 baudrate as default, if it fails, go to 115200 baudrate. For Linux/Win. Works great in my environments. 2017-02-06 02:33:08 +01:00
uart.h FIX: the time_t calls under mingw needs a #define _USE_32BIT_TIME_T 1 to be correct. It seems to work in "hf mf mifare" but not in "hf mf hardnested" 2016-10-29 21:42:46 +02:00
ui.c textual (piwi) 2017-03-14 08:30:46 +01:00
ui.h ADD: data detectclock - added clock blocks in plot window. Its a draft. Not working for all clocks. 2017-03-02 14:53:50 +01:00
unbind-proxmark
util.c chg: @piwi's code cleanup and some more. 2017-02-23 00:03:10 +01:00
util.h chg: too many \ slashes 2017-03-14 08:37:13 +01:00
whereami.c CHG: hf 14a read - started to add a Magic tag gen2 detection. SKipping it for now. Can't decide to put in on deviceside or in client. 2017-02-28 08:16:02 +01:00
whereami.h ADD: @pivipw 's changes "making lua paths". 2017-02-24 14:59:38 +01:00