proxmark3/client
iceman1001 288c6845a7 ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2
DEL: removed two old des-commands files which wasn't used.
2016-06-13 19:05:50 +02:00
..
hid-flasher FIX: corrected the FLAG_NR_AR_ATTACK 2016-04-18 13:02:36 +02:00
loclass FIX: @wllm-rbnt 's typo fixes 2016-02-12 07:37:10 +01:00
lualibs CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc. 2016-04-29 22:23:32 +02:00
nonce2key CHG: we don't want to assert inside the pm3 client. 2016-04-23 19:09:07 +02:00
obj
platforms
reveng CHG: adjusted two arrays in scripting.c to mirror the added models in reveng 1.4.0 2016-04-05 04:43:54 +02:00
scripts CHG: added the possibility to "remagic" the new found Mifare Ultralight tags, which answers to chinese backdoor commands for uid change. 2016-05-15 19:27:04 +02:00
aes.c
aes.h
cli.c RM: removed some old reference inside some old proggies... 2016-04-23 13:03:27 +02:00
cmdanalyse.c ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py 2016-05-10 15:30:46 +02:00
cmdanalyse.h ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py 2016-05-10 15:30:46 +02:00
cmdcrc.c minor adjustements, found some comments. 2016-04-05 04:45:07 +02:00
cmdcrc.h
cmddata.c CHG: Changed cardnumber printing from %d (signed) to %u (unsigned) for AWID50, it now prints correct in all cases. Thanks to @ntk for reminding me about it. 2016-05-14 14:34:35 +02:00
cmddata.h ADD: started to add a BUTTERWORTH filter, not working yet. 2016-04-14 11:37:17 +02:00
cmdhf.c FIX: mental note to self, don't forget to adjust messages to new logic 2016-04-27 20:03:54 +02:00
cmdhf.h
cmdhf14a.c Typo in hf 14a sim help 2016-05-26 20:10:03 +03:00
cmdhf14a.h
cmdhf14b.c CHG: "hf 14b sim" - Added the possibility to call it with a PUPI/UID. Sample: "hf 14b sim u 11223344" 2016-04-27 11:21:29 +02:00
cmdhf14b.h ADD: well, starting with a luascript for reading calypso tags, made me remake the 14b raw command on client and device side. Sorry @marshmellow42 , but this one broke your "hf 14b info" implementation. I fixed the "hf 14b read" and the hf search. So not to bad, but still a bit broken. The 14b raw device side is now very similar to 14a raw. Which is good. There is a Standard 14b 0x050008 detection and STmicroelectronic 0x0600 detection on deviceside. This removes a lot of code client side. 2016-03-20 19:33:07 +01:00
cmdhf15.c
cmdhf15.h
cmdhfepa.c FIX: Removed a double const 2016-02-18 20:08:55 +01:00
cmdhfepa.h
cmdhficlass.c FIX: @wllm-rbnt 's typo fixes 2016-02-12 07:37:10 +01:00
cmdhficlass.h
cmdhflegic.c CHG: free the malloc:d memory in the crc8 function. 2016-04-10 13:18:11 +02:00
cmdhflegic.h ADD: Calc legic Crc8 method on given input hexstring. 2016-02-14 11:56:54 +01:00
cmdhfmf.c CHG: printing of progress dots is better now. 2016-05-19 12:47:23 +02:00
cmdhfmf.h CHG: Remake the "hf mf chkkeys" It now prints the found keys like "hf mf nested" does. It also tries to read key B if Key A was found. It also continues to the next key to find, when there is one match. Earlier all keys in .dic file, was tested even if it was found. 2016-01-20 19:51:30 +01:00
cmdhfmfdes.c ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2 2016-06-13 19:05:50 +02:00
cmdhfmfdes.h ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2 2016-06-13 19:05:50 +02: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
cmdhfmfhard.c FIX: this corrects the bug when running "hardnested" serveral times a faulty wrongsized key is returned. Just needed to clear the variable every run. 2016-05-31 13:11:04 +02:00
cmdhfmfhard.h
cmdhfmfu.c CHG: added the ascii output for the pwd. 2016-04-14 11:32:43 +02: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
cmdhw.c CHG: clearCommandBuffer(); before calling cmdparser. 2016-02-14 15:24:11 +01:00
cmdhw.h
cmdlf.c CHG: increased the preamble 2016-05-02 21:21:43 +02:00
cmdlf.h ADD: started with a NEDAP demod, read, clone and sim functionality. 2016-05-02 13:42:06 +02:00
cmdlfawid.c Update cmdlfawid.c 2016-05-21 09:42:41 +02:00
cmdlfawid.h ADD: added the possiblity to use AWID formatlength of 26 and 50. 2016-05-14 22:40:04 +02:00
cmdlfem4x.c FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. 2016-02-14 15:30:26 +01:00
cmdlfem4x.h FIX: "hf legic decode" the stamp_len variable was int, but its used as a uint8_t. 2016-02-14 15:30:26 +01:00
cmdlfguard.c ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested. 2016-05-16 21:40:19 +02:00
cmdlfguard.h ADD: Started to add a "LF GUARD CLONE/SIM" functionality. *not working* all thats needed now is fixing the transformation from FacilityCode/CardNumber -> raw data for t55x7. 2016-02-27 19:47:10 +01:00
cmdlfhid.c ADD: forgot to add the bruteforce command to the commandtable. *experimental, its a simple bruteforce* *not tested* 2016-02-16 21:11:17 +01:00
cmdlfhid.h
cmdlfhitag.c FIX: Some Coverity Scan warnings. fread, not initialised etc etc 2016-04-23 18:23:46 +02:00
cmdlfhitag.h
cmdlfio.c ADD: added 'lf io sim <version> <facility.code> <cardnumber>' to the sim command 2016-05-16 21:39:40 +02:00
cmdlfio.h ADD: added 'lf io sim <version> <facility.code> <cardnumber>' to the sim command 2016-05-16 21:39:40 +02:00
cmdlfnedap.c ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested. 2016-05-16 21:40:19 +02:00
cmdlfnedap.h CHG: increased the preamble 2016-05-02 21:21:43 +02:00
cmdlfpcf7931.c CHG: clearCommandBuffer(); before calling cmdparser. 2016-02-14 15:24:11 +01:00
cmdlfpcf7931.h
cmdlfpresco.c ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested. 2016-05-16 21:40:19 +02:00
cmdlfpresco.h @Marshmellow42 additions: 2016-03-07 18:53:02 +01:00
cmdlfpyramid.c ADD: added a comment about the Q5, which I think is wrong in these commands. Needs to be tested. 2016-05-16 21:40:19 +02:00
cmdlfpyramid.h ADD: "LF PYRAMID SIM" 2016-02-26 22:40:13 +01:00
cmdlft55xx.c ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread" ref: https://github.com/Proxmark/proxmark3/pull/166/files 2016-02-21 17:44:25 +01:00
cmdlft55xx.h ADD: Added @marshmellow42 's new ST (sequence terminator detection) 2016-02-19 22:30:19 +01:00
cmdlfti.c CHG: clearCommandBuffer(); before calling cmdparser. 2016-02-14 15:24:11 +01:00
cmdlfti.h
cmdlfviking.c FIX: this commit solves a sneaky bug in 'LF VIKING' commands. The getVikingBits dropped the highest byte in the uid while creating the datablocks for the clone. 2016-04-24 21:41:45 +02:00
cmdlfviking.h
cmdmain.c ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py 2016-05-10 15:30:46 +02:00
cmdmain.h
cmdparser.c FIX: Coverity scan fixes, hard to keep track of stringlengths while reading and copying in C. 2016-02-17 10:46:08 +01:00
cmdparser.h
cmdscript.c CHG: clearCommandBuffer(); before calling cmdparser. 2016-02-14 15:24:11 +01:00
cmdscript.h
data.c CHG: Added calling clear bigbuff to zero out it also, instead of just "free" it. 2016-03-12 09:03:28 +01:00
data.h CHG: Added calling clear bigbuff to zero out it also, instead of just "free" it. 2016-03-12 09:03:28 +01:00
default_keys.dic ADD: more keys 2016-04-09 19:46:57 +02:00
default_pwd.dic
elf.h
eml2lower.sh
eml2UPPER.sh
flash.c
flash.h
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
graph.c ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread" ref: https://github.com/Proxmark/proxmark3/pull/166/files 2016-02-21 17:44:25 +01:00
graph.h
guidummy.c
hitag2.ht2
Makefile ADD: added some identification on between old Desfire, Desfire EV1 and Desfire EV2 2016-06-13 19:05:50 +02:00
mifarehost.c FIX: this fixes the "hf mf sniff l d f" command, which has been broken for a while. The cuid is correct used for decrypting. 2016-04-18 13:18:02 +02:00
mifarehost.h FIX: this fixes the "hf mf sniff l d f" command, which has been broken for a while. The cuid is correct used for decrypting. 2016-04-18 13:18:02 +02:00
pm3_binlib.c
pm3_binlib.h
pm3_bit_limits.h
pm3_bitlib.c
pm3_bitlib.h
pm3_eml2mfd.py
pm3_eml_mfd_test.py
pm3_mfd2eml.py
polarssl_config.h
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: spelling misstakes. 2016-02-27 09:21:19 +01:00
proxmark3.h FIX: time printing, like difftime in MINGW enviroments needs to use 32b time. 2016-04-23 13:02:20 +02:00
README-bitlib
scripting.c FIX: this fixes the "hf mf sniff l d f" command, which has been broken for a while. The cuid is correct used for decrypting. 2016-04-18 13:18:02 +02:00
scripting.h ADD: added the crc8legic to Lua. call it with core.crc8legic 2016-02-22 17:50:32 +01:00
sleep.c
sleep.h
snooper.c RM: removed some old reference inside some old proggies... 2016-04-23 13:03:27 +02:00
uart.c FIX: it seem the fcntl returns -1,.. which made the flasher fail. 2016-05-05 21:13:12 +02:00
uart.h FIX: time printing, like difftime in MINGW enviroments needs to use 32b time. 2016-04-23 13:02:20 +02:00
ui.c removed some old code, 2016-04-05 04:51:06 +02:00
ui.h FIX: time printing, like difftime in MINGW enviroments needs to use 32b time. 2016-04-23 13:02:20 +02:00
unbind-proxmark
util.c ADD: added a method for le32toh. Converting bytes to uint32_t . 2016-04-18 13:05:35 +02:00
util.h FIX: time printing, like difftime in MINGW enviroments needs to use 32b time. 2016-04-23 13:02:20 +02:00