proxmark3/armsrc
2023-08-28 17:59:48 +02:00
..
obj
Standalone make style 2023-08-24 16:34:33 +10:00
appmain.c text 2023-08-28 15:36:29 +02:00
appmain.h
BigBuf.c const improvement for BigBuf.h 2023-08-08 20:52:21 -07:00
BigBuf.h const improvement for BigBuf.h 2023-08-08 20:52:21 -07:00
buzzer_disabled.c
buzzer_disabled.h
cmd.c More const enabled 2023-08-08 21:03:36 -07:00
cmd.h More const enabled 2023-08-08 21:03:36 -07:00
dbprint.c more use of const 2023-08-08 21:09:31 -07:00
dbprint.h more use of const 2023-08-08 21:09:31 -07:00
desfire_crypto.c
desfire_crypto.h
em4x50.c const for em4x50 2023-08-08 23:03:34 -07:00
em4x50.h const for em4x50 2023-08-08 23:03:34 -07:00
em4x70.c make style 2023-08-24 16:34:33 +10:00
em4x70.h const for em4x70 2023-08-08 23:24:10 -07:00
emvtags.h
epa.c const and static functions for epa 2023-08-08 23:38:26 -07:00
epa.h const and static functions for epa 2023-08-08 23:38:26 -07:00
felica.c const for felica 2023-08-08 23:55:20 -07:00
felica.h const for felica 2023-08-08 23:55:20 -07:00
fonts_disabled.c
fonts_disabled.h
fpgaloader.c make style 2023-08-24 16:34:33 +10:00
fpgaloader.h After testing and verification its found that the SHALLOW MODULATION in HF is not working well in RDV4. Swapping from PWR_OE4 to PWR_OE1 makes it much better. Thanks to @d18c7db for solution and @gentlekiwi for testing and never giving up on finding the bug 2023-08-28 12:00:44 +02:00
frozen.c
frozen.h
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
hfsnoop.h
hitag2.c const for hitag2 2023-08-09 00:11:52 -07:00
hitag2.h const for hitag2 2023-08-09 00:11:52 -07:00
hitag2_crypto.c make style 2023-08-24 16:34:33 +10:00
hitag2_crypto.h
hitag2crack.c
hitag2crack.h
hitagS.c const for hitagS 2023-08-14 20:34:13 -07:00
hitagS.h const for hitagS 2023-08-14 20:34:13 -07:00
i2c.c const for i2c 2023-08-14 21:45:21 -07:00
i2c.h const for i2c 2023-08-14 21:45:21 -07:00
iclass.c
iclass.h
iso14443a.c more const for iso14443a 2023-08-14 22:07:04 -07:00
iso14443a.h more const for iso14443a 2023-08-14 22:07:04 -07:00
iso14443b.c limit clearing the bigbuff for 14b raw commands only to clear_trace flag 2023-08-28 17:59:48 +02:00
iso14443b.h more const for iso14443b 2023-08-14 22:16:11 -07:00
iso15693.c After testing and verification its found that the SHALLOW MODULATION in HF is not working well in RDV4. Swapping from PWR_OE4 to PWR_OE1 makes it much better. Thanks to @d18c7db for solution and @gentlekiwi for testing and never giving up on finding the bug 2023-08-28 12:00:44 +02:00
iso15693.h more const for iso15693 2023-08-14 22:45:48 -07: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 more const for legicrf and the disabled LCD code 2023-08-14 22:50:25 -07:00
legicrf.h more const for legicrf and the disabled LCD code 2023-08-14 22:50:25 -07:00
legicrfsim.c
legicrfsim.h
lfadc.c
lfadc.h
lfops.c more const for lfops and some commonutil 2023-08-14 23:02:09 -07:00
lfops.h more const for lfops and some commonutil 2023-08-14 23:02:09 -07:00
lfsampling.c more const for lfsampling and lfzx 2023-08-14 23:07:19 -07:00
lfsampling.h more const for lfsampling and lfzx 2023-08-14 23:07:19 -07:00
lfzx.c more const for lfsampling and lfzx 2023-08-14 23:07:19 -07:00
lfzx.h
Makefile style 2023-08-03 13:02:42 +02:00
mifarecmd.c ugly hack to load the signature data if we are on a MFC Ev1 card. First we dont want to trigger the partial read unnecessary and secondly we dont save signature data in our MFC dump file. Need to adapt the JSON format for this 2023-07-27 22:23:33 +02:00
mifarecmd.h
mifaredesfire.c
mifaredesfire.h
mifaresim.c
mifaresim.h
mifaresniff_disabled.c
mifaresniff_disabled.h
mifareutil.c
mifareutil.h
nprintf.c
nprintf.h
optimized_cipher.c
optimized_cipher.h
optimized_cipherutils.c
optimized_cipherutils.h
optimized_elite.c
optimized_elite.h
optimized_ikeys.c
optimized_ikeys.h
pcf7931.c
pcf7931.h
printf.c
printf.h
spiffs.c make style 2023-08-24 16:34:33 +10:00
spiffs.h more const - spiffs 2023-08-08 22:50:34 -07:00
spiffs_cache.c
spiffs_check.c
spiffs_config.h
spiffs_gc.c
spiffs_hydrogen.c
spiffs_nucleus.c
spiffs_nucleus.h
start.c
string.c
string.h
thinfilm.c
thinfilm.h
usart.c Localize effect of unused macro 2023-08-08 21:06:17 -07:00
usart.h
util.c
util.h
vtsend.c
vtsend.h
wiegand.c
wiegand.h