.. |
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: some more keys
|
2017-02-16 22:50:25 +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
|
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: updated Reveng version from 1.4.0 -> 1.4.4 .
|
2016-08-21 20:51:29 +02: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: @marshmellow42 's em4x50 changes
|
2017-02-16 09:53:47 +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
|
minor adjustements, found some comments.
|
2016-04-05 04:45:07 +02: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: 'lf em4x' - the em4x50 demod didn't calc ASKDemod_ext with a refenence bool.
|
2017-02-16 16:38:09 +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
|
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
|
Added @marshmellow42 "hf search"
|
2015-05-13 09:13:42 +02:00 |
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
|
FIX: Removed a double const
|
2016-02-18 20:08:55 +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: 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
|
|
|
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
|
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
|
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
|
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
|
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
|
CHG: a message..
|
2017-02-16 21:59:57 +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
|
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
|
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
|
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
|
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
|
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: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679
|
2017-01-16 21:06:51 +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
|
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
|
|
|
default_pwd.dic
|
chg: added a key
|
2017-02-13 10:59:03 +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
|
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
|
show device name during flashing and change advice on hanging
|
2013-10-05 16:44:48 +00:00 |
flasher.c
|
ADD: added a WIN sample.
|
2016-04-05 04:48:05 +02:00 |
fpga_compress.c
|
FIX: Coverity Scans, z_stream.opaque not initialized, use Z_NULL;
|
2016-01-19 20:28:29 +01: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: 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
|
Apply copyright patch from Michael Gernoth
|
2010-02-25 21:57:35 +00:00 |
hitag2.ht2
|
major USB update
|
2012-12-04 23:39:18 +00:00 |
Makefile
|
FIX: 'EMV compiling' - Makefiles are very picky about how things are done. its parser is a bit paranoid. So, to make things easier and more correct.
|
2017-02-13 15:32:48 +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
|
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
|
Apply copyright patch from Michael Gernoth
|
2010-02-25 21:57:35 +00:00 |
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
|
Apply copyright patch from Michael Gernoth
|
2010-02-25 21:57:35 +00:00 |
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
|
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: 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
|
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
|
merge linux and windows clients into one directory... will consolidate makefiles shortly
|
2009-12-22 12:11:15 +00:00 |
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 |