proxmark3/armsrc
2024-08-26 20:56:36 +08:00
..
obj ...added the standalone folder.. 2017-08-26 13:01:35 +02:00
Standalone make style 2024-08-03 21:21:11 +02:00
appmain.c feature: Make the FPGA bitstreams working with SKIP_* define. 2024-08-26 20:55:59 +08: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 style 2024-05-27 20:29:02 +02:00
dbprint.h fix fct name mismatch 2024-05-14 12:32:57 +02:00
desfire_crypto.c fix #2384 the use of free() is completely wrong as we use bigbuff allocations. Converted the old style to new and removed the dynamic allocation. 2024-05-15 09:36:31 +02:00
desfire_crypto.h adapt header file 2024-02-15 18:15:17 +01:00
em4x50.c refactor: hitagS replace number with more meaning name from datasheet 2024-08-20 23:11:10 +08: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 gave 14b commands some serious love and overhaul. package handling for APDU and different selects is improved. return codes now consequent 2024-01-08 21:17:42 +01: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_target_to_index 2024-08-26 20:56:36 +08:00
fpgaloader.h refactor: rename bitstream_version to bitstream_target 2024-08-26 20:55:59 +08:00
frozen.c cppcheck uninitialized vars (false positive) 2023-01-15 02:23:19 +01: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 refactor: Move Hitag 1 cmds to protocols.h 2024-08-24 02:15:28 +08: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 fix bit flag comparing to prefered style 2024-08-25 15:08:04 +02:00
hitagS.h This is the major changes made to the HITAG2 commands. Its heavly based on RFIDLers implementation and its been converted to work with Proxmark3. Special thanks to @kevsecurity for his amazing implementations of the Gone in 360 Seconds paper by Roel, Flavio & Balasch. Thanks to @adamlaurie for his RFIDler project. It wouldnt been doable without it. 2024-04-22 16:20:24 +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 style 2024-07-21 16:19:21 +02:00
iclass.h Updated some as per iceman's comments 2024-07-19 18:27:36 +08:00
iso14443a.c fix bit flag comparing to prefered style 2024-08-25 15:08:04 +02:00
iso14443a.h Changed hf mf gdmcfg/gdmsetcfg commands to support Gen1a and GDM Alt magic wakeups 2024-01-26 20:09:08 +10: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 minor fixes 2024-05-28 10:00:11 +02: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.18589 - Aurora" 2024-05-28 10:36:32 +02:00
mifarecmd.c fix magic detection for MFU 2024-08-25 15:12:53 +02:00
mifarecmd.h add --hardreset to hf mf isen 2024-08-07 16:09:11 +02:00
mifaredesfire.c fixes to when thing gets wrongly identified 2024-04-20 11:32:51 +02:00
mifaredesfire.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
mifaresim.c typo in mfc tool path, thanks NVX! 2024-08-26 11:29:08 +02:00
mifaresim.h some historical copyright adjustments, thanks @iceman1001! 2022-01-06 11:24:04 +01:00
mifaresniff_disabled.c style 2022-01-06 19:41:45 +01:00
mifaresniff_disabled.h some historical copyright adjustments, thanks @iceman1001! 2022-01-06 11:24:04 +01:00
mifareutil.c make style 2024-08-03 21:21:11 +02:00
mifareutil.h hf mf isen: add nt indexes 2024-07-31 00:41:50 +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 visual clue in case of data decompression error at boot time 2022-02-17 01:43:41 +01: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 fiddling with thinfilm, which suffers in simulation 2023-12-18 22:18:21 +01: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 style 2024-07-21 16:19:21 +02:00
util.h Bugfixes and code improvements for hf iclass legrec 2024-07-21 13:55:17 +08: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