proxmark3/armsrc
2024-04-22 10:41:28 +02:00
..
obj ...added the standalone folder.. 2017-08-26 13:01:35 +02:00
Standalone style 2024-03-14 11:26:06 +01:00
appmain.c add support for generation 2 magic command when setting UID on ISO15693 cards. ref:: https://github.com/RfidResearchGroup/proxmark3/issues/1604#issuecomment-2068444071 2024-04-22 09:04:01 +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 an attempt to reduce some stack memory. No need for the debug printing to be 512 bytes. Now limited to 200 chars 2023-12-14 23:29:43 +01:00
dbprint.h added some helper functions 2023-10-01 13:05:08 +02:00
desfire_crypto.c use CBC ... 2024-02-15 17:53:04 +01:00
desfire_crypto.h adapt header file 2024-02-15 18:15:17 +01:00
em4x50.c add smart bruteforce mode to MF Classic and EM4x50 2024-01-16 20:06:03 +00:00
em4x50.h const for em4x50 2023-08-08 23:03:34 -07:00
em4x70.c Decoder must not write more bit than requested 2024-03-13 23:23:31 -07: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 tweaking felica timings to see if it gets better results 2024-04-22 10:41:28 +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 style 2024-04-07 11:38:51 +02:00
hitag2.h const for hitag2 2023-08-09 00:11:52 -07:00
hitag2_crack.c removed old unused rfidler code. Added modified code to work with proxmark3. Thanks to @kevsecurity and @AdamLaurie! 2024-04-22 09:10:09 +02:00
hitag2_crack.h removed old unused rfidler code. Added modified code to work with proxmark3. Thanks to @kevsecurity and @AdamLaurie! 2024-04-22 09:10:09 +02:00
hitagS.c style 2024-04-07 11:38:51 +02:00
hitagS.h const for hitagS 2023-08-14 20:34:13 -07:00
i2c.c style 2023-10-30 22:20:55 +01:00
i2c.h added some helper functions 2023-10-01 13:05:08 +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 style 2024-02-03 16:05:58 +01:00
iso14443b.h clean 2024-01-26 18:52:30 +01:00
iso15693.c add support for generation 2 magic command when setting UID on ISO15693 cards. ref:: https://github.com/RfidResearchGroup/proxmark3/issues/1604#issuecomment-2068444071 2024-04-22 09:04:01 +02:00
iso15693.h missing header 2024-04-22 09:27:54 +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 tweaking felica timings to see if it gets better results 2024-04-22 10:41:28 +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 move hitag2 crypto parts to the common folder in order to be able to use it on the client side. Some textual and minor adaptations across the bord 2024-03-27 09:32:00 +01: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 cppcheck fixes for const 2022-01-06 15:40:11 +01: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 Adapting license headers, WIP 2022-01-06 02:20:38 +01: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 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 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 style 2024-03-14 11:26:06 +01:00
usart.h Adapting license headers, WIP 2022-01-06 02:20:38 +01:00
util.c tweaking felica timings to see if it gets better results 2024-04-22 10:41:28 +02:00
util.h tweaking felica timings to see if it gets better results 2024-04-22 10:41:28 +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