proxmark3/client/src
2025-01-21 23:51:26 +00:00
..
cipurse adapt regression tests 2024-04-22 09:21:55 +02:00
crypto style 2025-01-14 16:40:22 +01:00
emv more cleanup noticed just now 2025-01-21 23:51:26 +00:00
fido
iso7816
ksx6924
loclass now uses the correct realloc pattern with testing the reallocated pointer before assigning 2024-11-15 14:10:34 +01:00
mifare fix hf mf cload - now it allows for proper GDM ic to load mfc ev1 signature data. On uscuid ic which are more locked down it will failed with a message. Dont forget to enable signature for the gdm ic. 2025-01-15 16:07:13 +01:00
nfc parse and show ndef message with mime image 2024-03-01 07:45:32 +01:00
uart fix and style 2024-09-06 22:36:44 +02:00
ui
aidsearch.c style 2024-03-19 11:16:02 +01:00
aidsearch.h
atrs.c fix warning 2024-11-15 17:46:35 +01:00
atrs.h style 2024-11-22 11:32:10 +01:00
cmdanalyse.c fix typos and regenerate command list 2024-11-02 23:34:38 +10:00
cmdanalyse.h
cmdcrc.c adapt some detection of fudan 2024-04-22 19:52:24 +02:00
cmdcrc.h
cmddata.c style 2024-11-02 15:13:40 +01:00
cmddata.h Implemented Buffer SaveStates 2024-04-20 14:14:15 -04:00
cmdflashmem.c Revert to strcpy instead of strcpy_s for compatibility. 2024-12-26 04:13:03 +01:00
cmdflashmem.h use all spi flash v0.1 2024-11-17 19:03:15 +02:00
cmdflashmemspiffs.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdflashmemspiffs.h fix const params and if statements 2024-05-14 11:20:36 +02:00
cmdhf.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdhf.h the handle plot was showing the plot window when running hf search etc. now it will be downloaded the plot but plot window is hidden. if you show the plot window before running you will see it 2024-02-25 17:39:28 +01:00
cmdhf14a.c Fix printf() mismatch 2025-01-15 13:11:41 -08:00
cmdhf14a.h Update cmdhf14a.h 2024-09-23 14:32:14 +08:00
cmdhf14b.c Fix potential overflow in readblock 2024-11-04 12:22:50 +01:00
cmdhf14b.h Check for silicon version in iclass info 2024-10-20 12:33:25 +08:00
cmdhf15.c style 2024-12-31 23:35:16 +01:00
cmdhf15.h
cmdhfcipurse.c cipurse file read fix 2024-10-01 13:55:54 +03:00
cmdhfcipurse.h
cmdhfcryptorf.c text 2024-09-15 11:43:05 +02:00
cmdhfcryptorf.h
cmdhfemrtd.c minor changes with init and doubleing the EMRTD_MAX_FILE_SIZE to 70 000 bytes. Which might help for some files 2025-01-06 17:56:01 +01:00
cmdhfemrtd.h
cmdhfepa.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdhfepa.h
cmdhffelica.c the select param was handled wrong and it was tested for CRC which will not work. Thanks @RebornBrain for suggesting a fix 2024-09-08 14:25:40 +02:00
cmdhffelica.h
cmdhffido.c fix string handling and styles 2024-11-02 14:50:31 +01:00
cmdhffido.h
cmdhffudan.c text 2024-09-14 14:55:23 +02:00
cmdhffudan.h
cmdhfgallagher.c style 2024-11-02 15:13:40 +01:00
cmdhfgallagher.h
cmdhficlass.c seos_sam: ran make style 2025-01-07 00:30:49 +01:00
cmdhficlass.h Update cmdhficlass.h 2024-09-17 17:18:23 +08:00
cmdhfict.c rename all mifarehost functions to match style guide 2024-11-14 09:33:57 +11:00
cmdhfict.h added skeleton command for ICT 2024-02-01 10:05:04 +01:00
cmdhfjooki.c rename all mifarehost functions to match style guide 2024-11-14 09:33:57 +11:00
cmdhfjooki.h
cmdhfksx6924.c
cmdhfksx6924.h
cmdhflegic.c unify texts 2024-02-03 11:14:51 +01:00
cmdhflegic.h
cmdhflist.c style 2024-12-31 23:35:16 +01:00
cmdhflist.h Add annotations for FMCOS2.0 CPU Card 2024-12-20 22:50:20 +08:00
cmdhflto.c
cmdhflto.h
cmdhfmf.c fix typo 2025-01-15 16:20:12 -05:00
cmdhfmf.h change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
cmdhfmfdes.c fixed buffer overflow and swapped parameter to "suffix" since its not a output file name 2025-01-05 13:12:34 +01:00
cmdhfmfdes.h
cmdhfmfhard.c Should fix clang-19 warning 2024-10-03 19:34:52 +02:00
cmdhfmfhard.h
cmdhfmfp.c Refactor originality checks. Notes: 2024-12-14 14:29:50 +01:00
cmdhfmfp.h missing update 2024-04-20 11:53:55 +02:00
cmdhfmfu.c hf mfu info: fix strong mod bit parsing 2025-01-16 22:44:01 +01:00
cmdhfmfu.h Add initial support for ST25TN and its signature verification 2024-12-15 17:14:41 +01:00
cmdhfntag424.c fixed order of checking 2024-05-14 12:00:19 +02:00
cmdhfntag424.h
cmdhfseos.c style 2025-01-14 18:20:55 +01:00
cmdhfseos.h seos_sam: ran make style 2025-01-07 00:30:49 +01:00
cmdhfst.c style 2024-05-14 10:04:28 +02:00
cmdhfst.h
cmdhfst25ta.c Add initial support for ST25TN and its signature verification 2024-12-15 17:14:41 +01:00
cmdhfst25ta.h
cmdhftesla.c
cmdhftesla.h
cmdhftexkom.c
cmdhftexkom.h
cmdhfthinfilm.c style 2024-11-02 15:14:55 +01:00
cmdhfthinfilm.h
cmdhftopaz.c adapt some detection of fudan 2024-04-22 19:52:24 +02:00
cmdhftopaz.h
cmdhfvas.c
cmdhfvas.h
cmdhfwaveshare.c
cmdhfwaveshare.h
cmdhfxerox.c text 2024-02-10 19:07:13 +01:00
cmdhfxerox.h
cmdhw.c style 2024-10-01 13:53:33 +02:00
cmdhw.h
cmdlf.c style 2024-11-02 15:13:40 +01:00
cmdlf.h refactor: lf config renames 2024-08-27 23:45:42 +08:00
cmdlfawid.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfawid.h
cmdlfcotag.c
cmdlfcotag.h
cmdlfdestron.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfdestron.h
cmdlfem.c
cmdlfem.h
cmdlfem4x05.c fix: cast warning 2024-08-24 14:43:40 +08:00
cmdlfem4x05.h
cmdlfem4x50.c Prevent potential stack corruption 2025-01-14 18:01:09 -08:00
cmdlfem4x50.h added a lf em 4x50 view command and lf em 4x50 dump now supports the nosave flag 2024-02-03 11:09:28 +01:00
cmdlfem4x70.c style 2024-05-27 20:29:02 +02:00
cmdlfem4x70.h functions should be static where possible 2024-05-14 20:22:30 -07:00
cmdlfem410x.c Mismatched format string specifier (need to deref size pointer) 2025-01-14 17:52:51 -08:00
cmdlfem410x.h
cmdlffdxb.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlffdxb.h
cmdlfgallagher.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfgallagher.h
cmdlfguard.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfguard.h
cmdlfhid.c style 2024-11-02 15:13:40 +01:00
cmdlfhid.h
cmdlfhitag.c modified lf hitag chk to show progress, added user side abort, and a minor delay since I noticed proxmark timeouts if running unlimited 2025-01-11 19:18:33 +01:00
cmdlfhitag.h lf search - now tries to read out hitag2 data with the paxton key. 2024-09-15 18:19:28 +02:00
cmdlfhitaghts.c style 2024-12-31 23:35:16 +01:00
cmdlfhitaghts.h add: 82xx config parse 2024-10-04 23:00:24 +08:00
cmdlfidteck.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfidteck.h
cmdlfindala.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfindala.h
cmdlfio.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfio.h
cmdlfjablotron.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfjablotron.h
cmdlfkeri.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfkeri.h
cmdlfmotorola.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfmotorola.h
cmdlfnedap.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfnedap.h
cmdlfnexwatch.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfnexwatch.h
cmdlfnoralsy.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfnoralsy.h
cmdlfpac.c fix string handling and styles 2024-11-02 14:50:31 +01:00
cmdlfpac.h
cmdlfparadox.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfparadox.h
cmdlfpcf7931.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfpcf7931.h
cmdlfpresco.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfpresco.h
cmdlfpyramid.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfpyramid.h
cmdlfsecurakey.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfsecurakey.h
cmdlft55xx.c typos 2025-01-05 14:27:14 +01:00
cmdlft55xx.h added config for pyronix 2024-02-16 01:04:47 +01:00
cmdlfti.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfti.h
cmdlfverichip_disabled.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfverichip_disabled.h
cmdlfviking.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfviking.h
cmdlfvisa2000.c change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style 2024-10-04 10:01:50 +02:00
cmdlfvisa2000.h
cmdlfzx8211.c Forgot about resetting the grid offsets 2024-04-20 22:47:42 -04:00
cmdlfzx8211.h
cmdmain.c fix: exit status 2024-09-05 19:31:37 +08:00
cmdmain.h
cmdnfc.c quick fix for nfc decode to handle ev1 dumps, untested 2025-01-14 23:17:11 +01:00
cmdnfc.h
cmdparser.c Implemented Buffer SaveStates 2024-04-20 14:14:15 -04:00
cmdparser.h Implemented Buffer SaveStates 2024-04-20 14:14:15 -04:00
cmdpiv.c style 2024-11-15 14:28:14 +01:00
cmdpiv.h
cmdscript.c Limit pyexception code to Python >= 3.10 2024-11-14 01:44:35 +01:00
cmdscript.h
cmdsmartcard.c fix string handling and styles 2024-11-02 14:50:31 +01:00
cmdsmartcard.h
cmdtrace.c typos 2025-01-05 14:27:14 +01:00
cmdtrace.h const params, vars, scope, bad if statements 2024-05-14 12:25:00 +02:00
cmdusart.c
cmdusart.h
cmdwiegand.c
cmdwiegand.h
comms.c style 2024-10-16 09:34:14 +02:00
comms.h fix const params, logic, casting 2024-05-14 14:13:13 +02:00
elf.h
emojis.h more emojis 2024-03-19 12:37:18 +01:00
emojis_alt.h
fileutils.c pm3_load_dump: honor maxdumplen, this fixes hf mf cload on EV1 dump 2025-01-14 22:58:21 +01:00
fileutils.h Make sure MFC dumps & keys are saved in the dump user pref path 2024-10-14 22:53:00 +02:00
flash.c fixes entering bootload messages to be less scary 2024-09-10 14:29:47 +02:00
flash.h
graph.c style 2024-05-27 20:29:02 +02:00
graph.h Merge branch 'master' into loud-nightingale 2024-05-15 09:41:50 +02:00
guidummy.cpp
imgutils.c
imgutils.h
iso4217.c
iso4217.h unify text, improving mfu info output, and fixed some bugs with card uid not used in the fingerprinting 2024-02-04 23:19:43 +01:00
jansson_path.c
jansson_path.h
lua_bitlib.c style 2024-09-30 10:36:29 +02:00
lua_bitlib.h Add the old bit32 LUA module as a compatiblity shim. 2024-09-20 17:21:17 +02:00
pm3.c pm3_console() in Python/Lua/C: replace passthru by capture and quiet 2024-10-29 21:13:38 +01:00
pm3.i pm3_console() in Python/Lua/C: replace passthru by capture and quiet 2024-10-29 21:13:38 +01:00
pm3_binlib.c
pm3_binlib.h
pm3_bit_limits.h
pm3_bitlib.c
pm3_bitlib.h
pm3_luawrap.c style 2024-11-02 15:13:40 +01:00
pm3_pywrap.c style 2024-11-02 15:13:40 +01:00
pm3line.c dont hook signal in MINGW environments like proxspace 2024-04-09 15:30:34 +02:00
pm3line.h
pm3line_vocabulary.h style 2025-01-14 18:18:07 +01:00
preferences.c add option --json to pref show 2024-10-14 21:49:40 +02:00
preferences.h add option --json to pref show 2024-10-14 21:49:40 +02:00
proxendian.h
proxgui.cpp Fixed compile issues I missed 2024-04-26 08:29:17 -04:00
proxgui.h Fixed compile issues I missed 2024-04-26 08:29:17 -04:00
proxguiqt.cpp style 2024-05-14 10:04:28 +02:00
proxguiqt.h Fix the issue of SKIPQT builds not working 2024-04-26 07:23:38 -04:00
proxmark3.c Revert "Release v4.19552 - Orca" 2024-11-22 12:15:19 +01:00
proxmark3.h fix missing 2024-05-14 15:20:01 +02:00
scandir.c
scandir.h
scripting.c Corrected documentation on SPI FLASH memory usage after SPIFFS area extension. 2024-12-29 22:45:50 +01:00
scripting.h
ui.c hf/lf tune: fix segfault when called from script 2024-11-28 17:35:45 +01:00
ui.h Added native output grabbing for Python and Lua: less hacky than output_grabber.py, should work on ProxSpace as well 2024-08-14 13:53:20 +02:00
util.c Fix deleted line return 2024-10-01 08:29:27 +02:00
util.h support function 2024-09-14 18:38:28 +02:00
util_darwin.h
util_darwin.m
wiegand_formats.c seos_sam: ran make style 2025-01-07 00:30:49 +01:00
wiegand_formats.h seos_sam: ran make style 2025-01-07 00:30:49 +01:00
wiegand_formatutils.c Fix incorrect header length 2025-01-09 11:17:14 -05:00
wiegand_formatutils.h