proxmark3/armsrc
2024-05-28 10:00:11 +02:00
..
obj
Standalone scope, const 2024-05-14 14:37:08 +02:00
appmain.c changed fct names 2024-04-26 22:52:49 +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 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 style 2024-05-27 20:29:02 +02:00
em4x50.h const for em4x50 2023-08-08 23:03:34 -07:00
em4x70.c style 2024-05-27 20:29:02 +02: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 Some minor fixes 2023-11-14 10:46:45 +08:00
fpgaloader.h Fix corrupted data caused by CMD_WTX 2023-12-02 17:04:03 +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 found the bug in a call to hex2binarray() fct which overwrote first 16 bytes of keystream. Fixed loops. Crack2 now generates same data as RFIDLer impl. 2024-05-16 22:49:24 +02:00
hitag2.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
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 style 2024-05-27 20:29:02 +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 had to keep track if the field is on or off on deviceside for 14b raw.\nAdded picopass ISO14443-B anticollision. It allows us to send raw packages over 14b. 2024-01-16 15:12:16 +01:00
iclass.h had to keep track if the field is on or off on deviceside for 14b raw.\nAdded picopass ISO14443-B anticollision. It allows us to send raw packages over 14b. 2024-01-16 15:12:16 +01:00
iso14443a.c Changed hf mf gdmcfg/gdmsetcfg commands to support Gen1a and GDM Alt magic wakeups 2024-01-26 20:09:08 +10: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 fct name mismatch, const params, 2024-05-14 12:40:26 +02:00
iso14443b.h fix fct name mismatch 2024-05-14 12:32:57 +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 #2346 refactored the write loop before it assumed a full t55xx memory layout. Now handles block writes to individual parts 2024-04-13 10:59:07 +02: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 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
mifarecmd.c added rudimentary functions for doing AES authentication against MIFARE UL AES tags. (wip) 2024-02-15 16:20:47 +01:00
mifarecmd.h added rudimentary functions for doing AES authentication against MIFARE UL AES tags. (wip) 2024-02-15 16:20:47 +01: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 style 2024-03-14 11:26:06 +01: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 style 2024-02-16 21:59:45 +01:00
mifareutil.h added rudimentary functions for doing AES authentication against MIFARE UL AES tags. (wip) 2024-02-15 16:20:47 +01: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 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_cipherutils.h 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_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 swapped out to use bigbuff memory allocation and also show an empty message 2024-05-21 18:31:51 +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 Adapting license headers, WIP 2022-01-06 02:20:38 +01: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 fix fct name mismatch 2024-05-14 12:42:08 +02:00
util.h fix fct name mismatch 2024-05-14 12:42:08 +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