proxmark3/armsrc
2024-09-14 22:00:52 +02:00
..
obj ...added the standalone folder.. 2017-08-26 13:01:35 +02:00
Standalone added bounds checking for when the proxmark3 is simulating a ISO14443a tag 2024-09-05 18:38:17 +02:00
appmain.c rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection 2024-09-14 21:00:42 +02:00
appmain.h Add --ms option in hw status 2023-11-06 16:35:43 +08:00
BigBuf.c style 2024-04-07 11:38:51 +02:00
BigBuf.h cleaning up redundant functions. the extra checks in bigbuff might affect simulation 2024-01-24 23:41:48 +01:00
buzzer_disabled.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
buzzer_disabled.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
cmd.c style, receive_ng_internal, when receiving NG frames we have an extra buffer. Somehow it seems to the be cause of issues with long emrtd dumps 2024-03-03 22:02:38 +01:00
cmd.h More const enabled 2023-08-08 21:03:36 -07:00
dbprint.c change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
dbprint.h fix fct name mismatch 2024-05-14 12:32:57 +02:00
desfire_crypto.c change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
desfire_crypto.h change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
em4x50.c change data available check in hf mf sim on device side. 2024-09-14 18:37:56 +02:00
em4x50.h const for em4x50 2023-08-08 23:03:34 -07:00
em4x70.c fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS. 2024-08-26 20:55:58 +08:00
em4x70.h Comments change only 2024-03-03 12:16:16 -08:00
emvtags.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
epa.c step one of bounds checking all responses when receiving ISO14443A frames... because @doegox find a missbehaving IC clone..... 2024-09-05 17:52:10 +02:00
epa.h const and static functions for epa 2023-08-08 23:38:26 -07:00
felica.c scope, const 2024-05-14 14:37:08 +02:00
felica.h const for felica 2023-08-08 23:55:20 -07:00
fonts_disabled.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
fonts_disabled.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
fpgaloader.c fix: bitstream_index_map overflow 2024-08-30 16:05:47 +08:00
fpgaloader.h refactor: rename bitstream_version to bitstream_target 2024-08-26 20:55:59 +08:00
frozen.c fix hf_colin compilation error 2024-09-09 23:43:01 +02:00
frozen.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
hfops.c const for hfops 2023-08-09 00:03:48 -07:00
hfops.h const for hfops 2023-08-09 00:03:48 -07:00
hfsnoop.c Fix hf sniff 2024-01-24 00:10:05 +10:00
hfsnoop.h sh sniff skip some bytes from data - arm side 2022-07-09 16:45:08 +03:00
hitag2.c make all device side HTS messages DBGlevel extended 2024-09-14 22:00:52 +02:00
hitag2.h Unified hitag naming style 2024-08-22 02:01:43 +08:00
hitag2_crack.c style 2024-05-27 20:29:02 +02:00
hitag2_crack.h added "lf hitag crack2" to support the second attack vector against Hitag2, based on all work from @kevsecurity Kev Sheldrake in the RFIDler repo. This is WIP, not working at the moment 2024-04-26 15:38:06 +02:00
hitagS.c make all device side HTS messages DBGlevel extended 2024-09-14 22:00:52 +02:00
hitagS.h rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection 2024-09-14 21:00:42 +02:00
i2c.c fix fct names and consts and bad if statement 2024-05-14 11:57:47 +02:00
i2c.h fix fct names and consts and bad if statement 2024-05-14 11:57:47 +02:00
iclass.c allow for a reply to be sent when simulating iclass 2024-09-13 13:38:25 +02:00
iclass.h Updated some as per iceman's comments 2024-07-19 18:27:36 +08:00
iso14443a.c rename hts read/write commands to rdbl/wrbl to match rest of the client. added a lf hitag hts reader comamnd, modified the lf search to identify hitag2/s/82xx in the chipset detection 2024-09-14 21:00:42 +02:00
iso14443a.h const and bad OR 2024-09-06 09:52:30 +02:00
iso14443b.c Fix ISO 14443-B tag simulation 2024-06-11 19:05:08 +02:00
iso14443b.h Fix ISO 14443-B tag simulation 2024-06-11 19:05:08 +02:00
iso15693.c fix fct name mismatch, const params, 2024-05-14 12:40:26 +02:00
iso15693.h fix fct name mismatch, const params, 2024-05-14 12:40:26 +02:00
LCD_disabled.c more const for legicrf and the disabled LCD code 2023-08-14 22:50:25 -07:00
LCD_disabled.h more const for legicrf and the disabled LCD code 2023-08-14 22:50:25 -07:00
ldscript Whitespace 2023-08-09 14:30:07 +02:00
legicrf.c Fix 'make style' findings 2024-02-02 20:51:56 +01:00
legicrf.h Make demodulation threshold for Legic configurable 2024-02-02 20:51:49 +01:00
legicrfsim.c legic sim should work now.... 2023-09-07 12:54:46 +02:00
legicrfsim.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
lfadc.c tweaking felica timings to see if it gets better results 2024-04-22 10:41:28 +02:00
lfadc.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
lfops.c fix: lf cmdread. skip WaitMS(100) when keep signal field ON. 2024-08-20 22:50:13 +08:00
lfops.h Thanks to the user jareckib for his solution of adding two extra blocks to t5577 in order to clone a more modern Electra tag. Find it under the extra param lf em 410x clone --electra 2024-02-16 21:21:02 +01:00
lfsampling.c refactor: lf config renames 2024-08-27 23:45:42 +08:00
lfsampling.h style 2023-12-01 10:59:18 +01:00
lfzx.c Some minor fixes 2023-11-14 10:46:45 +08:00
lfzx.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
Makefile Revert "Release v4.18994 - Backdoor" 2024-09-10 15:40:28 +02:00
mifarecmd.c style 2024-09-14 15:03:29 +02:00
mifarecmd.h Added support for dumping FM11RF08S data at once 2024-09-03 11:43:57 +02:00
mifaredesfire.c clean 2024-09-13 13:39:04 +02:00
mifaredesfire.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
mifaresim.c fixes entering bootload messages to be less scary 2024-09-10 14:29:47 +02:00
mifaresim.h some historical copyright adjustments, thanks @iceman1001! 2022-01-06 11:24:04 +01:00
mifaresniff_disabled.c added bounds checking for when the proxmark3 is simulating a ISO14443a tag 2024-09-05 18:38:17 +02:00
mifaresniff_disabled.h some historical copyright adjustments, thanks @iceman1001! 2022-01-06 11:24:04 +01:00
mifareutil.c style 2024-09-06 22:59:23 +02:00
mifareutil.h step one of bounds checking all responses when receiving ISO14443A frames... because @doegox find a missbehaving IC clone..... 2024-09-05 17:52:10 +02:00
nprintf.c cppcheck fixes 2022-01-06 18:18:48 +01:00
nprintf.h make style 2022-01-06 20:05:26 +01:00
optimized_cipher.c changed "data num" to accept -r -i parameters where it will reverse or inverse the values.\nrenamed some util functions 2023-12-07 16:44:31 +01:00
optimized_cipher.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
optimized_cipherutils.c fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS. 2024-08-26 20:55:58 +08:00
optimized_cipherutils.h fix: WITH_EM4x70. Get rid of the dependency on WITH_ICLASS. 2024-08-26 20:55:58 +08:00
optimized_elite.c const param 2024-05-14 10:10:44 +02:00
optimized_elite.h cppcheck fixes for const 2022-01-06 15:40:11 +01:00
optimized_ikeys.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
optimized_ikeys.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
pcf7931.c cppcheck fixes for const 2022-01-06 23:07:47 +01:00
pcf7931.h cppcheck fixes for const 2022-01-06 15:40:11 +01:00
printf.c fix const params, lessen variable scope and fixing func arguments names 2024-05-14 11:10:12 +02:00
printf.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
sam_mfc.c style: missing include of own header 2023-11-11 18:24:34 +01:00
sam_mfc.h style 2023-10-18 20:34:35 +02:00
sam_picopass.c style 2023-10-18 20:34:35 +02:00
sam_picopass.h style 2023-10-18 20:34:35 +02:00
sam_seos.c style 2023-10-18 20:34:35 +02:00
sam_seos.h style 2023-10-18 20:34:35 +02:00
spiffs.c fix a wrong size when clearning allocated memory 2024-06-15 20:36:11 +02:00
spiffs.h more const - spiffs 2023-08-08 22:50:34 -07:00
spiffs_cache.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
spiffs_check.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
spiffs_config.h adapt SPIFFS from 128kb -> 192kb. Increased GC to fit sector size 4kb. (thanks @mwalker33) 2022-08-28 12:21:21 +02:00
spiffs_gc.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
spiffs_hydrogen.c text 2024-08-25 17:09:31 +02:00
spiffs_nucleus.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
spiffs_nucleus.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
start.c refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION for consistent style 2024-09-04 22:48:55 +08:00
string.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
string.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
thinfilm.c step one of bounds checking all responses when receiving ISO14443A frames... because @doegox find a missbehaving IC clone..... 2024-09-05 17:52:10 +02:00
thinfilm.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
usart.c unused 2024-05-14 16:12:42 +02:00
usart.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
util.c const and bad OR 2024-09-06 09:52:30 +02:00
util.h const and bad OR 2024-09-06 09:52:30 +02:00
vtsend.c Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
vtsend.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
wiegand.c cppcheck fixes for const 2022-01-06 15:40:11 +01:00
wiegand.h cppcheck fixes for const 2022-01-06 15:40:11 +01:00