.. |
obj
|
|
|
Standalone
|
HF_15SIM: fix & add debug info
|
2024-01-24 13:59:12 +01:00 |
appmain.c
|
style
|
2024-01-23 15:28:50 +01:00 |
appmain.h
|
Add --ms option in hw status
|
2023-11-06 16:35:43 +08:00 |
BigBuf.c
|
revert change of DMA size
|
2024-01-23 19:17:45 +01:00 |
BigBuf.h
|
revert change of DMA size
|
2024-01-23 19:17:45 +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
|
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 |
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
|
init array w zero
|
2023-02-21 04:41:11 +01:00 |
desfire_crypto.h
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +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
|
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
|
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
|
felica... shouldnt print dbhexdump.. it should be on client side
|
2024-01-23 19:18:44 +01: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
|
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
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +01:00 |
hitag2crack.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 |
hitag2crack.h
|
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
|
2022-01-06 15:24:35 +01:00 |
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
|
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
|
style
|
2024-01-01 21:52:05 +01:00 |
iso14443a.h
|
more const for iso14443a
|
2023-08-14 22:07:04 -07:00 |
iso14443b.c
|
style
|
2024-01-18 16:41:13 +01:00 |
iso14443b.h
|
picopass uses a different CRC algo
|
2024-01-16 15:32:43 +01:00 |
iso15693.c
|
improve iso15 sniff quality
|
2024-01-24 13:59:12 +01:00 |
iso15693.h
|
iso15sim rework: add support for lot of commands
|
2024-01-24 13:59:12 +01: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
|
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
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +01:00 |
lfadc.h
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +01:00 |
lfops.c
|
text
|
2024-01-05 19:27:38 +01:00 |
lfops.h
|
more const for lfops and some commonutil
|
2023-08-14 23:02:09 -07:00 |
lfsampling.c
|
style
|
2023-12-01 10:59:18 +01: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.17768 - Steamboat Willie"
|
2024-01-03 01:59:39 +01:00 |
mifarecmd.c
|
style
|
2024-01-01 21:52:05 +01:00 |
mifarecmd.h
|
made keytype instead of fixed keyB. would help in situations keyB is readable...
|
2023-12-31 09:35:42 +01:00 |
mifaredesfire.c
|
Fix formatting and run make style
|
2023-03-26 16:12:39 +03:00 |
mifaredesfire.h
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +01:00 |
mifaresim.c
|
fix a few cppcheck warnings
|
2023-09-07 22:28:37 +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
|
add static encrypted nonce detection
|
2023-12-11 21:24:26 +02:00 |
mifareutil.h
|
cleaned up style
|
2023-12-31 09:43:45 +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
|
Localize effect of unused macro
|
2023-08-08 21:06:17 -07:00 |
usart.h
|
Adapting license headers, WIP
|
2022-01-06 02:20:38 +01:00 |
util.c
|
style
|
2024-01-23 15:28:50 +01:00 |
util.h
|
Adding processor flash memory reading, viewing and writing to file.
|
2024-01-22 16:40:05 +01: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 |