mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +08:00
Reader and card simulation have almost no common code. Moreover the sim uses an SSP Clock at 212kHz for all timings to prevent any drifting from the PRNG. This clock speed is not available in reader simulation mode (SSP runs at up to 3.4MHz, and changes speed between TX and RX). For these reasons having the code in separate files makes it significantly cleaner. |
||
---|---|---|
.. | ||
obj | ||
Standalone | ||
aes.c | ||
aes.h | ||
appmain.c | ||
apps.h | ||
BigBuf.c | ||
BigBuf.h | ||
buzzer.c | ||
buzzer.h | ||
des.c | ||
des.h | ||
desfire_crypto.c | ||
desfire_crypto.h | ||
desfire_key.c | ||
desfire_key.h | ||
epa.c | ||
epa.h | ||
felica.c | ||
flashmem.c | ||
flashmem.h | ||
fonts.c | ||
fonts.h | ||
fpgaloader.c | ||
fpgaloader.h | ||
hfsnoop.c | ||
hitag2.c | ||
hitagS.c | ||
iclass.c | ||
iso14443a.c | ||
iso14443a.h | ||
iso14443b.c | ||
iso14443b.h | ||
iso15693.c | ||
LCD.c | ||
LCD.h | ||
ldscript | ||
legicrf.c | ||
legicrf.h | ||
legicrfsim.c | ||
legicrfsim.h | ||
lfops.c | ||
lfsampling.c | ||
lfsampling.h | ||
Makefile | ||
mifarecmd.c | ||
mifarecmd.h | ||
mifaredesfire.c | ||
mifaredesfire.h | ||
mifaresniff.c | ||
mifaresniff.h | ||
mifareutil.c | ||
mifareutil.h | ||
optimized_cipher.c | ||
optimized_cipher.h | ||
pcf7931.c | ||
pcf7931.h | ||
printf.c | ||
printf.h | ||
start.c | ||
string.c | ||
string.h | ||
ticks.c | ||
ticks.h | ||
tlv.c | ||
tlv.h | ||
util.c | ||
util.h | ||
vtsend.c | ||
vtsend.h |