..
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
FIX: wrong varname, Good catch of @jamchamb 4b12061bee
2017-02-20 21:03:04 +01: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
ADD: 'script runt remagic' - the Mifare Classic s50 (1k) magic tag restores now also all sector trailers. Default A/B keys is 0xFFFFFFFFFFFF.
2017-02-14 15:54:10 +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
chg: analyse chksum
- now respects the mask variable,
2017-02-19 00:13:32 +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
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
CHG: some of @marshmellow42 's ref: 2b11c7c750
2017-02-27 14:04:50 +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
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: some of @marshmellow42 's ref: 2b11c7c750
2017-02-27 14:04:50 +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: @piwi's code cleanup and some more.
2017-02-23 00:03:10 +01:00
cmdhfemv.h
ADD: 'hf emv' - forgot to add some file
2017-02-05 22:16:50 +01:00
cmdhfepa.c
chg: @piwi's code cleanup and some more.
2017-02-23 00:03:10 +01:00
cmdhfepa.h
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
CHG: @Marshmellow42 's fixes. ref: e88096ba25
2017-02-24 01:14:47 +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
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
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
CHG: some of @marshmellow42 's ref: 2b11c7c750
2017-02-27 14:04:50 +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: some of @marshmellow42 's ref: 2b11c7c750
2017-02-27 14:04:50 +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
chg: @piwi's code cleanup and some more.
2017-02-23 00:03:10 +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
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
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
CHG: increased the preamble
2016-05-02 21:21:43 +02:00
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
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
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
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
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: @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
ADD: some more keys
2017-02-16 22:50:25 +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: some minor changes from @marshmellow42
2017-02-16 21:44:25 +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: @pivipw 's changes "making lua paths".
2017-02-24 14:59:38 +01:00
mifarehost.c
chg: @piwi's code cleanup and some more.
2017-02-23 00:03:10 +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
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
proxgui.cpp
proxgui.h
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
2016-02-18 20:19:33 +01:00
proxguiqt.cpp
code cleanup.
2016-03-20 19:33:59 +01:00
proxguiqt.h
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
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
chg: @piwi's code cleanup and some more.
2017-02-23 00:03:10 +01:00
util.h
ADD: some defines to make headerfiles behave better.
2017-01-26 14:23:05 +01:00
whereami.c
FIX: should be defined earlier.
2017-02-26 22:01:38 +01:00
whereami.h
ADD: @pivipw 's changes "making lua paths".
2017-02-24 14:59:38 +01:00