.. |
obj
|
|
|
aes.c
|
|
|
aes.h
|
|
|
appmain.c
|
syntax suger
|
2016-10-14 15:47:40 +02:00 |
apps.h
|
syntax suger
|
2016-10-14 15:47:40 +02:00 |
BigBuf.c
|
ADD: started to add tracelog in legic
|
2016-09-02 16:25:54 +02:00 |
BigBuf.h
|
CHG: moved includes into header file where it belong
|
2016-07-07 02:15:40 +02:00 |
crapto1.c
|
Syntaxt suger
|
2016-04-14 11:34:02 +02:00 |
crapto1.h
|
FIX: how to break a working thing by being blind...
|
2016-04-10 12:29:38 +02:00 |
crypto1.c
|
REM: removed an test function
|
2016-08-24 12:32:43 +02:00 |
des.c
|
CHG: fixes a "indent" warning
|
2016-09-26 11:04:04 +02:00 |
des.h
|
|
|
desfire_crypto.c
|
FIX: changed from ssized_t -> size_t
|
2016-05-09 08:27:55 +02:00 |
desfire_crypto.h
|
CHG: removed a redundant include to strings.h, which made compilation errors on OS X
|
2016-08-31 22:10:06 +02:00 |
desfire_key.c
|
|
|
desfire_key.h
|
|
|
emvcard.h
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvcmd.c
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvcmd.h
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvdataels.c
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvdataels.h
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvutil.c
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
emvutil.h
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
epa.c
|
|
|
epa.h
|
|
|
fonts.c
|
|
|
fonts.h
|
|
|
fpgaloader.c
|
CHG: Xoring in the value allows for the ticks timers to co-exist. Or that is the idea.
|
2016-10-19 21:23:03 +02:00 |
fpgaloader.h
|
CHG: Xoring in the value allows for the ticks timers to co-exist. Or that is the idea.
|
2016-10-19 21:23:03 +02:00 |
hfsnoop.c
|
CHG: some textual change and some syntax suger changes.
|
2016-04-10 12:55:18 +02:00 |
hitag2.c
|
|
|
hitagS.c
|
DEL: removed the homebrews script. It needed a seperate gitproject.
|
2016-05-06 23:51:03 +02:00 |
iclass.c
|
CHG: FpgaSetupDMA can fail and returns NULL. Added a check for it.
|
2016-04-26 21:31:43 +02:00 |
iso14443a.c
|
CHG: lowered the timout again, but re-added the spindelay since 14a requires 5ms powerup before entering the idle-state where tag starts to listen.
|
2016-09-23 23:23:17 +02:00 |
iso14443a.h
|
CHG: cleaning up.
|
2016-08-04 21:37:43 +02:00 |
iso14443b.c
|
CHG: syntax suger
|
2016-10-10 21:53:44 +02:00 |
iso14443b.h
|
CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc.
|
2016-04-29 22:23:32 +02:00 |
iso15693.c
|
CHG: cleaning up.
|
2016-08-04 21:37:43 +02:00 |
LCD.c
|
|
|
LCD.h
|
|
|
ldscript
|
|
|
legicrf.c
|
CHG: "hf legic sim" old imp, uses two timers, we have one. I'm seriously starting on thinking about a UART instead, to read the dmabuffer. If only I knew howto.
|
2016-10-10 21:52:58 +02:00 |
legicrf.h
|
CHG; added an option wither or not to clear emulator mem on init
|
2016-10-09 18:24:51 +02:00 |
lfops.c
|
CHG: TI code did have the tickstimer started.
|
2016-10-19 21:24:20 +02:00 |
lfsampling.c
|
FIX: This commit fixes the broken LF since I change the spindelay calls. The original problem is that spindelayus calls is incremented with21.3us each step, making it very hard to find exact timings found in the datasheets for T55x7, HID etcetc. When @marshmellow and I looked into this 2014, I had this on my back of my mind but forgot it since I didn't know how the source code / pm3 worked. This behavior in spindelayus has given the bit-period for ON/OFF measured in (us) very hard to find. Its kind of magic that it worked so far so good. Well until I started to look into the "hf legic" bitbanging ASK ON/OFF keying and that one needs a much more precis timer. Same goes for the PCF7931 code.
|
2016-09-23 16:35:26 +02:00 |
lfsampling.h
|
FIX: This commit fixes the broken LF since I change the spindelay calls. The original problem is that spindelayus calls is incremented with21.3us each step, making it very hard to find exact timings found in the datasheets for T55x7, HID etcetc. When @marshmellow and I looked into this 2014, I had this on my back of my mind but forgot it since I didn't know how the source code / pm3 worked. This behavior in spindelayus has given the bit-period for ON/OFF measured in (us) very hard to find. Its kind of magic that it worked so far so good. Well until I started to look into the "hf legic" bitbanging ASK ON/OFF keying and that one needs a much more precis timer. Same goes for the PCF7931 code.
|
2016-09-23 16:35:26 +02:00 |
Makefile
|
CHG: started the process of fixing "hf legic write" and "hf legic sim" commands.
|
2016-10-07 00:15:47 +02:00 |
mifarecmd.c
|
FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and failure when calling these commands serveral times in row.
|
2016-09-23 21:28:07 +02:00 |
mifarecmd.h
|
CHG: cleaning up.
|
2016-08-04 21:37:43 +02:00 |
mifaredesfire.c
|
FIX: "hf 14a read" / "hf mf *" / "hf mfdes info" and failure when calling these commands serveral times in row.
|
2016-09-23 21:28:07 +02:00 |
mifaredesfire.h
|
|
|
mifaresniff.c
|
ADD: added a comment about Q5 settings. needs to be verified
|
2016-05-16 21:41:19 +02:00 |
mifaresniff.h
|
ADD: added triplesided UID to "hf mf sniff"
|
2016-04-14 11:35:49 +02:00 |
mifareutil.c
|
REM: removed an unused method MifareCollectNonces
|
2016-04-12 11:29:40 +02:00 |
mifareutil.h
|
MOV: moved the #DEFINES into protocols.h
|
2016-04-14 11:34:36 +02:00 |
optimized_cipher.c
|
|
|
optimized_cipher.h
|
|
|
pcf7931.c
|
CHG: reverted back from the idea of measureing in (us) microseconds, the timer is too raw, gives 10-15us delays. Now we are measuring ticks, which is (1 us = 1.5ticks)
|
2016-09-11 11:14:12 +02:00 |
pcf7931.h
|
|
|
printf.c
|
|
|
printf.h
|
|
|
start.c
|
|
|
stdint.h
|
|
|
string.c
|
|
|
string.h
|
|
|
ticks.c
|
ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1)
|
2016-10-07 00:13:09 +02:00 |
ticks.h
|
ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1)
|
2016-10-07 00:13:09 +02:00 |
tlv.c
|
ADD: copied all EMV files from peter filmoores fork. Have not started with making it work in current fork. (a lot of work)
|
2016-03-20 19:37:29 +01:00 |
tlv.h
|
DEL: removed the homebrews script. It needed a seperate gitproject.
|
2016-05-06 23:51:03 +02:00 |
util.c
|
CHG: extracted some timers functionality, to get unified access to a timer/clock which counts in ticks. Moved stuff from util.c
|
2016-09-21 19:03:32 +02:00 |
util.h
|
CHG: extracted some timers functionality, to get unified access to a timer/clock which counts in ticks. Moved stuff from util.c
|
2016-09-21 19:03:32 +02:00 |