Philippe Teuwen
|
c613a758b2
|
mfkey64: fix sscanf uint8_t clang warning
|
2019-10-26 18:07:09 +02:00 |
|
Philippe Teuwen
|
4fdb5a2f4b
|
make install: half way
|
2019-08-30 21:55:13 +02:00 |
|
Philippe Teuwen
|
aebfe0af19
|
rework mfkey Makefile and move util_posix to common, use Makefile.host
|
2019-08-19 21:50:16 +03:00 |
|
Philippe Teuwen
|
c0eb19acb1
|
remove tabs
|
2019-07-24 00:52:24 +02:00 |
|
Philippe Teuwen
|
742fe16830
|
Makefile verbose mode: make V=1 as for CMake
|
2019-06-02 16:04:35 +02:00 |
|
Philippe Teuwen
|
8c0cd4cfa2
|
Cleaner makefile execution, use 'make Q=' if you want to see full lines
|
2019-06-02 00:25:25 +02:00 |
|
Philippe Teuwen
|
9cec581f1c
|
Makefile: remove WINBINS/WINEXES, ProxSpace doesn't use them
|
2019-03-29 09:49:42 +01:00 |
|
Philippe Teuwen
|
db4aa08b78
|
make style
|
2019-03-28 14:19:41 +01:00 |
|
Gtpy
|
283e4e707c
|
Update mfkey64.c
missing include 65a45fe
|
2019-03-18 15:56:39 +01:00 |
|
iceman1001
|
65a45fe187
|
chg: mfkeys: adapting old refactoring (@piwi)
|
2019-03-17 13:57:28 +01:00 |
|
Philippe Teuwen
|
fd3d4925a2
|
mfkey: fix file modes
|
2019-03-17 00:03:22 +01:00 |
|
Philippe Teuwen
|
2f12e57408
|
Makefiles: remove spurious spaces/tabs
|
2019-03-10 11:35:03 +01:00 |
|
Philippe Teuwen
|
961d929f4d
|
changing {} style to match majority of previous style
|
2019-03-10 11:20:22 +01:00 |
|
Philippe Teuwen
|
0373696662
|
make style
|
2019-03-10 00:00:59 +01:00 |
|
Philippe Teuwen
|
e559a4a5af
|
tools: fix mix of spaces & tabs
|
2019-03-09 10:46:59 +01:00 |
|
Philippe Teuwen
|
60f292b18e
|
remove spurious spaces & tabs at end of lines
|
2019-03-09 08:59:13 +01:00 |
|
Philippe Teuwen
|
edc19f202a
|
Convert the few files with still Windows carriage returns
|
2019-03-09 08:49:41 +01:00 |
|
iceman1001
|
4e1d6072d2
|
fix: increase possible state sizes
|
2018-01-11 21:48:04 +01:00 |
|
iceman1001
|
a68887ce2d
|
FIX: #402 https://github.com/Proxmark/proxmark3/pull/402 (piwi)
|
2017-09-28 22:31:20 +02:00 |
|
iceman1001
|
14d6c4fc34
|
chg: cleaning out timing.
chg: makefile (piwi)
|
2017-03-13 09:45:46 +01:00 |
|
iceman1001
|
9c624f67b3
|
chg: @piwi's code cleanup and some more.
ref: 43534cbad2
|
2017-02-23 00:03:10 +01:00 |
|
Michael Farrell
|
949d50c89b
|
Add .gitignore file to mfkey for binaries
|
2016-10-27 21:43:33 +11:00 |
|
iceman1001
|
a1ab594e24
|
CHG: change the number of calls to prng_successor was done. Fewer should mean faster :)
|
2016-08-24 12:35:24 +02:00 |
|
iceman1001
|
77dee16f64
|
FIX: fixed some compiler warnings about strlen call and sscanf.
CHG: trying some optimised gcc settings in Makefile
|
2016-04-21 14:34:58 +02:00 |
|
iceman1001
|
b416b7d287
|
CHG: make the text a bit easier to understand.
|
2016-04-18 13:01:26 +02:00 |
|
iceman1001
|
a81b99b9b1
|
ADD: @zhovner 's decryption of trace data to mfkey64
|
2016-04-05 04:49:34 +02:00 |
|
iceman1001
|
838c15a643
|
ADD: added some time debug statements to be able to measure execution time.
CHG: change the auth_ex method to send usb package faster,
REM: removed some bucketsort changes.
|
2016-02-17 17:30:37 +01:00 |
|
iceman1001
|
7504dc50d5
|
Merge branch 'master' of https://github.com/iceman1001/proxmark3
Conflicts:
armsrc/crypto1.c
|
2016-02-16 21:43:45 +01:00 |
|
iceman1001
|
489c39c9a5
|
CHG: remove clang warning for -O4,
|
2016-02-16 21:38:36 +01:00 |
|
iceman
|
4211fdce31
|
chg: the windows exe annoys the linux compiler
|
2016-02-15 02:49:26 +01:00 |
|
iceman1001
|
685d366c73
|
ADD: added @piwi's bucketsort to tools/mfkey/crapto1.c and tools/nonce2key/crapto1.c
|
2016-02-09 15:16:35 +01:00 |
|
iceman1001
|
bf22fab73b
|
FIX: Coverity Scans complain about uninitialized usage of struct. Setting s->ODD and s->EVEN to zero should do the trick.
|
2016-01-20 11:31:24 +01:00 |
|
iceman1001
|
8130eba4d1
|
CHG: Syncronized so all different parts uses the same implementation of Crapto1 v3.3
|
2016-01-19 18:01:16 +01:00 |
|
iceman1001
|
a1afa550ea
|
CHG: Crapto1 v3.3 now with comments, and I've tried to unnest some loops.
|
2016-01-19 16:17:29 +01:00 |
|
iceman1001
|
93b0bbd2dc
|
FIX: the "make clean" for mfkey/Makefile now deletes the executables.
|
2016-01-17 23:06:48 +01:00 |
|
iceman1001
|
72109f8296
|
CHG: Updated the crapto1 imp to latest vesion3.3 ( Thanks @blapost !)
|
2016-01-16 17:49:45 +01:00 |
|
iceman1001
|
db25599d7f
|
ADD: @holiman's clearCommandBuffer in cmdlft55xx.c
ADD: @VERTCraig's AVID commands.
TEST: testing some changes to iso14443 demod.
|
2015-07-18 20:43:14 +02:00 |
|
iceman1001
|
d8af608f8e
|
TEST: Moebius two noce mfkey32...
|
2015-07-13 23:06:49 +02:00 |
|
iceman1001
|
a198737b44
|
minor code clean up
|
2015-05-13 09:18:37 +02:00 |
|
roel@libnfc.org
|
cda056bb9e
|
added all files for mfkeys
|
2013-03-07 12:23:31 +00:00 |
|
roel@libnfc.org
|
17331e14ee
|
tweaked sim command, added mfkey32
|
2013-03-07 12:22:12 +00:00 |
|
roel@libnfc.org
|
9e130475f9
|
removed -fPIC directive
|
2013-03-07 10:51:25 +00:00 |
|
roel@libnfc.org
|
b62328cc54
|
cleaned up memmory
|
2012-09-29 08:46:40 +00:00 |
|
roel@libnfc.org
|
998064f8c8
|
fixed spacing
|
2012-07-01 07:40:26 +00:00 |
|
roel@libnfc.org
|
7847961b25
|
added mfkey
|
2012-07-01 07:38:26 +00:00 |
|