This website requires JavaScript.
Explore
Help
Sign in
RfidResearchGroup
/
proxmark3
Watch
1
Star
1
Fork
You've already forked proxmark3
0
mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced
2025-01-10 10:11:58 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
be6e909c5b
proxmark3
/
armsrc
History
iceman1001
72e6d4621a
code clean up
2016-04-21 10:30:42 +02:00
..
obj
aes.c
aes.h
First check in.
2014-09-11 23:23:46 +02:00
appmain.c
apps.h
BigBuf.c
BigBuf.h
ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread" ref:
https://github.com/Proxmark/proxmark3/pull/166/files
2016-02-21 17:44:25 +01:00
crapto1.c
crapto1.h
crypto1.c
des.c
des.h
desfire_crypto.c
desfire_crypto.h
desfire_key.c
desfire_key.h
emvcard.h
emvcmd.c
emvcmd.h
emvdataels.c
emvdataels.h
emvutil.c
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: Added calling clear bigbuff to zero out it also, instead of just "free" it.
2016-03-12 09:03:28 +01:00
fpgaloader.h
CHG: some textual change and some syntax suger changes.
2016-04-10 12:55:18 +02:00
hfsnoop.c
hitag2.c
hitagS.c
iclass.c
iso14443a.c
iso14443a.h
ADD: simulating can now handle triplesized UID (10b)
2016-04-14 11:09:17 +02:00
iso14443b.c
ADD: well, starting with a luascript for reading calypso tags, made me remake the 14b raw command on client and device side. Sorry @marshmellow42 , but this one broke your "hf 14b info" implementation. I fixed the "hf 14b read" and the hf search. So not to bad, but still a bit broken. The 14b raw device side is now very similar to 14a raw. Which is good. There is a Standard 14b 0x050008 detection and STmicroelectronic 0x0600 detection on deviceside. This removes a lot of code client side.
2016-03-20 19:33:07 +01:00
iso14443b.h
ADD: well, starting with a luascript for reading calypso tags, made me remake the 14b raw command on client and device side. Sorry @marshmellow42 , but this one broke your "hf 14b info" implementation. I fixed the "hf 14b read" and the hf search. So not to bad, but still a bit broken. The 14b raw device side is now very similar to 14a raw. Which is good. There is a Standard 14b 0x050008 detection and STmicroelectronic 0x0600 detection on deviceside. This removes a lot of code client side.
2016-03-20 19:33:07 +01:00
iso15693.c
LCD.c
I just merged @marshmellow's branch "iclass" and that was a lot of new functionality. *great work*
2015-10-07 23:00:46 +02:00
LCD.h
ldscript
legicrf.c
legicrf.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
ADD: @pwpivi 's latest fixes for bigbuff
2015-06-29 22:36:55 +02:00
optimized_cipher.h
pcf7931.c
CHG: moved some #define into include\common.h (which is call by apps.h), so we have one place for them. Also changed them to CAPITAL.
2016-03-13 07:16:42 +01:00
pcf7931.h
printf.c
printf.h
start.c
stdint.h
string.c
string.h
tlv.c
tlv.h
util.c
util.h