proxmark3/client
2017-02-13 11:03:45 +01:00
..
hid-flasher ADD: lf cotag - added first try at basic functionality to read samples from Cotag. In lfops.c is the startup sequence that needs to be tested out. 2017-01-27 10:49:34 +01:00
loclass CHG: syntax sugar, minor spelling mistake 2017-01-11 23:08:59 +01:00
lualibs ADD: added the writedumpfile function from "14araw.lua" into utils.lua 2017-01-30 16:51:07 +01:00
nonce2key FIX: 'hf 14a sim x' - this fixes the error with using moebius attack and sim. Updating the nonce variable doesn't change the premodulated response. And it should update everytime it gets a command. One concering issue is that this takes time. Successfully works with two PM3. One acting reader, another sim. 2017-01-29 11:29:15 +01:00
obj
platforms
reveng CHG: updated Reveng version from 1.4.0 -> 1.4.4 . 2016-08-21 20:51:29 +02:00
scripts ADD: added the writedumpfile function from "14araw.lua" into utils.lua 2017-01-30 16:51:07 +01:00
aes.c
aes.h
cli.c
cmdanalyse.c add: xorcumb 2017-02-13 10:59:50 +01:00
cmdanalyse.h CHG: 'analyse hid' added @holiman 's permute functions to the output to verify 2017-01-03 19:32:24 +01:00
cmdcrc.c
cmdcrc.h
cmddata.c FIX: @marshmellow42 's fixes for enhanced STT and AskDemod. Now the "lf presco read" works on cargs with strong/clean/clipped waves 2017-01-20 10:03:53 +01:00
cmddata.h ADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod to PSK1, if fails it tries to PSK1 inverted demod. 2017-01-12 00:04:36 +01:00
cmdhf.c ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile 2017-02-05 21:56:47 +01:00
cmdhf.h
cmdhf14a.c ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile 2017-02-05 21:56:47 +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
cmdhfemv.c ADD: 'hf emv' - forgot to add some file 2017-02-05 22:16:50 +01:00
cmdhfemv.h ADD: 'hf emv' - forgot to add some file 2017-02-05 22:16:50 +01:00
cmdhfepa.c
cmdhfepa.h
cmdhficlass.c CHG: should remove a compiler warning on OSX 2017-01-23 23:12:41 +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: syntax sugar 2017-01-11 23:09:47 +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 FIX: 'hf 14a sim x' - adjusted and shows messages when verbose. 2017-01-29 23:09:23 +01:00
cmdhfmf.h FIX: 'hf 14a sim x' - adjusted and shows messages when verbose. 2017-01-29 23:09:23 +01:00
cmdhfmfdes.c
cmdhfmfdes.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
cmdhfmfdesfire.c
cmdhfmfdesfire.h
cmdhfmfhard.c FIX: the changes to uart.c timings seems to have fixed my problem with the pm3 device getting unresponsive. 2016-11-22 01:58:11 +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 ADD: 'hf 14a read' - correct identify Aztek tags, instead of claiming it to be "not mfu". 2017-02-04 12:32:14 +01:00
cmdhfmfu.h
cmdhftopaz.c
cmdhftopaz.h
cmdhw.c ADD: 'lf cotag read' - COTAG can be read now. 2017-02-02 15:32:21 +01:00
cmdhw.h CHG: added the ping command to the header file. 2016-11-16 18:17:01 +01:00
cmdlf.c ADD: 'lf search' - @marshmellow42 's check if signal is noice. 2017-02-04 12:41:30 +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 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
cmdlfem4x.h FIX: first attempt to clean up EM4x50 commands. 2017-02-07 22:26:06 +01:00
cmdlffdx.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
cmdlffdx.h CHG: textual changes. 2017-01-05 15:56:52 +01:00
cmdlfguard.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
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: lf hid wiegand got some love. Still not correct. 2017-02-07 22:27:28 +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
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
cmdlfjablotron.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
cmdlfjablotron.h CHG: Moved a 'include' statement to header file 2016-07-30 19:37:15 +02:00
cmdlfnedap.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
cmdlfnedap.h
cmdlfnoralsy.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
cmdlfnoralsy.h CHG: 'lf noralsy' Added tag allocation year in demod output. 2017-01-11 23:00:08 +01:00
cmdlfpcf7931.c
cmdlfpcf7931.h
cmdlfpresco.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
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
cmdlft55xx.c ADD: T55XX_WRITE_TIMEOUT to make sure all WaitForResponseTimeout for t55xx behaves the same. 2017-01-18 22:54:27 +01:00
cmdlft55xx.h CHG: moved definition and includes into header file 2017-01-18 20:19:42 +01:00
cmdlfti.c CHG: A repaint the plot window should be done to make sure its visual. 2016-08-31 19:24:18 +02:00
cmdlfti.h
cmdlfviking.c CHG: lowered the samples read. 2017-01-20 22:06:53 +01:00
cmdlfviking.h
cmdlfvisa2000.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
cmdlfvisa2000.h ADD: forgot to add the files 2016-12-14 23:26:14 +01:00
cmdmain.c CHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679 2017-01-16 21:06:51 +01:00
cmdmain.h
cmdparser.c syntax suger 2017-01-11 23:02:38 +01:00
cmdparser.h
cmdscript.c CHG: syntax sugar 2017-02-07 22:26:42 +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 CHG: removed a dublett 2017-01-25 00:24:18 +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 ADD: added a compiling flag -DHAS_512_FLASH i common/Makefile.common, to be used for PM3 devices with 512KB. Original commit from @hewitt 2016-10-07 00:12:09 +02:00
flash.h
flasher.c
fpga_compress.c
gen_pm3mfsim_script.sh
graph.c ADD: 'lf search' - @marshmellow42 's check if signal is noice. 2017-02-04 12:41:30 +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
Makefile ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile 2017-02-05 21:56:47 +01:00
mifarehost.c syntax sugar 2017-01-18 22:57:20 +01:00
mifarehost.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
pm3_binlib.c CHG: fix a "indent" warning. 2016-09-26 11:01:33 +02:00
pm3_binlib.h
pm3_bit_limits.h
pm3_bitlib.c
pm3_bitlib.h
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
proxendian.h
proxgui.cpp
proxgui.h
proxguiqt.cpp
proxguiqt.h
proxmark3.c CHG: '-DWITH_EMV' - fixing some compilation errors when compiling with peter fillmore's emv code. Warning a 256kb Proxmark3 device will only have 7% memory left if you enable this 2017-02-05 21:09:36 +01:00
proxmark3.h FIX: fixes warning for "%zu" string formatspecifier on MINGW systems. (Thanks to @marshmellow42 for this one) 2017-01-31 05:33:24 +01:00
README-bitlib
scripting.c ADD: added the 'hf mf hardnested' to be called within LUA scripts. 2016-11-21 16:08:12 +01:00
scripting.h ADD: added the 'hf mf hardnested' to be called within LUA scripts. 2016-11-21 16:08:12 +01:00
sleep.c fix: some compiler warning when the #define is not matching. 2017-02-13 11:03:45 +01:00
sleep.h
snooper.c
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 ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00
ui.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
unbind-proxmark
util.c FIX: some compiler warnings, sscanf is using unsigned int. 2017-02-13 11:01:32 +01:00
util.h ADD: some defines to make headerfiles behave better. 2017-01-26 14:23:05 +01:00