iceman1001
|
11057f5806
|
chg: commented out some unused if-statements
|
2018-02-18 10:37:53 +01:00 |
|
iceman1001
|
229ce1a156
|
chg: 'lf cmdread' - lowered the waiting times for antenna to power down / up
|
2018-02-18 10:37:13 +01:00 |
|
iceman1001
|
e6f51451aa
|
chg: added the mutex lock to printing in communications thread.
|
2018-02-18 10:36:15 +01:00 |
|
iceman1001
|
a21ab49f14
|
chg: moved flash mem config for spi into flashmem.c
chg: fpgasendcommand, now waits until command has been sent to fpga.
|
2018-02-18 10:35:36 +01:00 |
|
iceman1001
|
35bdf6a58d
|
FIX: Accourding to errata, a SPI reset should be executed twice.
|
2018-02-17 17:35:54 +01:00 |
|
iceman1001
|
b0d3362eef
|
chg: adjusted to macros
|
2018-02-16 20:45:13 +01:00 |
|
iceman1001
|
41540ae1c1
|
chg: removed warning of uninitilised
|
2018-02-15 23:47:16 +01:00 |
|
iceman1001
|
9e1e9af794
|
chg: 'data autocorr' - adjustment of parameters.
|
2018-02-15 20:23:54 +01:00 |
|
iceman1001
|
a38904c453
|
CHG: 'data autocorrelate' - now using proper autocorrelate algo.
|
2018-02-15 17:57:28 +01:00 |
|
iceman1001
|
a1dd7c2020
|
chg: 'hf list mf' - adapted the output from 16bytes rows to 18 in order to make output more easily to compare
|
2018-02-15 11:47:34 +01:00 |
|
iceman1001
|
103e0b5191
|
chg: more tests
|
2018-02-15 09:19:13 +01:00 |
|
iceman1001
|
d20b11a288
|
chg: chips select
|
2018-02-15 09:18:31 +01:00 |
|
Iceman
|
95c443c303
|
Merge pull request #176 from ceres-c/master
Removed broken "hf 15 select" command
|
2018-02-15 00:25:19 +01:00 |
|
Federico Cerutti
|
8d152d24f2
|
Merge branch 'master' of https://github.com/iceman1001/proxmark3
|
2018-02-15 00:21:25 +01:00 |
|
Federico Cerutti
|
58ddd53fb0
|
Removed hf 15 select: broken command
|
2018-02-15 00:13:27 +01:00 |
|
iceman1001
|
acda2ebc66
|
fix: 'hf list mf' - decrypting works now. Missed a bit.
|
2018-02-15 00:03:01 +01:00 |
|
iceman1001
|
326079fbb6
|
chg: timing text
|
2018-02-14 23:53:32 +01:00 |
|
iceman1001
|
b8ddb3b384
|
chg: 'hf list mf' - 10b uid
|
2018-02-14 23:48:45 +01:00 |
|
iceman1001
|
ad99b4f394
|
add: 'hf list mf' - old 'hf mf sniff' decoding of data has now been incorporated annotations instead. (@merlokk)
---most likely broke something.. :) needs proper testing.
|
2018-02-14 23:03:39 +01:00 |
|
iceman1001
|
604aaf5356
|
fix: missing in header..
|
2018-02-14 21:56:28 +01:00 |
|
Iceman
|
2b78b785f3
|
Merge pull request #173 from brianpow/rename-prnlog-to-PrintfAndLog
Rename prnlog() to PrintfAndLog()
|
2018-02-14 21:47:54 +01:00 |
|
iceman1001
|
18aa477a55
|
chg: 'lf cmdread' -adjustments, @marshmellow42
|
2018-02-14 21:45:36 +01:00 |
|
iceman1001
|
5f1268765e
|
Merge branch 'master' of https://github.com/iceman1001/proxmark3
|
2018-02-14 21:41:07 +01:00 |
|
iceman1001
|
b2a3b0f72a
|
chg: 'lf cmdread' @marshmellow42 improvements from https://github.com/Proxmark/proxmark3/pull/570
chg: and some adaptations..
|
2018-02-14 21:40:52 +01:00 |
|
Iceman
|
253b5f5291
|
Update README.md
|
2018-02-14 21:37:00 +01:00 |
|
iceman1001
|
8c5ab9cf18
|
textual
|
2018-02-14 16:18:04 +01:00 |
|
Iceman
|
375648ca82
|
Merge pull request #175 from ceres-c/master
Fix for uneven octet error when no data is received
|
2018-02-14 15:57:21 +01:00 |
|
Federico Cerutti
|
2dbe5ad720
|
Fix for uneven octet error when no data is received
|
2018-02-14 15:48:28 +01:00 |
|
iceman1001
|
e09d5385bf
|
chg: clearing some mem..
|
2018-02-14 15:27:39 +01:00 |
|
iceman1001
|
97803733ce
|
fix: 'hf 15 raw' - wrong length when using -c param
https://github.com/iceman1001/proxmark3/issues/174
|
2018-02-14 15:24:45 +01:00 |
|
iceman1001
|
d0da96bf8a
|
remove warning "missleading-indentation"
flashmen spi 9bits?
|
2018-02-13 16:13:37 +01:00 |
|
iceman1001
|
46d540490f
|
chg: add response ack.
|
2018-02-13 15:45:15 +01:00 |
|
iceman1001
|
1709c1ce1a
|
chg: flash_mem - hooked up client - device comms
|
2018-02-13 15:36:20 +01:00 |
|
iceman1001
|
0495e93b6d
|
add: flash memory support
|
2018-02-13 14:12:28 +01:00 |
|
iceman1001
|
ad73af95c2
|
ADD: beginning to add SPI to access flash memory.
|
2018-02-13 11:41:23 +01:00 |
|
iceman1001
|
85b2533435
|
chg: 'hw tune' device side should be unsigned and only 1024 (10b ADC)
|
2018-02-13 11:40:05 +01:00 |
|
Brian Pow
|
8f9c81ae81
|
Rename prnlog() to PrintfAndLog()
|
2018-02-13 00:12:50 +08:00 |
|
iceman1001
|
c5f03093df
|
updates
|
2018-02-12 14:09:18 +01:00 |
|
iceman1001
|
d98324c964
|
updates
|
2018-02-11 17:58:36 +01:00 |
|
iceman1001
|
1b8ff6c45c
|
syntax
|
2018-02-11 17:46:14 +01:00 |
|
Iceman
|
9af8d0e7ac
|
Merge pull request #164 from brianpow/master
CHG: 'hf mf dump' now use hf-mf-UID-key.bin and hf-mf-UID-data.bin in…
|
2018-02-11 17:42:40 +01:00 |
|
Iceman
|
442ad9f481
|
Merge pull request #172 from n0ncetonic/patch-2
Adds default PicoPass 2k Exchange Key
|
2018-02-11 14:10:57 +01:00 |
|
noncetonic
|
b3c6103f92
|
Adds key
Actually adds the key...
|
2018-02-09 11:24:25 -08:00 |
|
noncetonic
|
fb05042b71
|
Adds default PicoPass 2k Exchange Key
PicoPass 2k doc describes loading Kd and Kc via their "encrypted values" composed of the default exchange key XOR'd with Kd/Kc
|
2018-02-09 10:12:40 -08:00 |
|
Brian Pow
|
8b00d6c121
|
FIX: remove ISO14A_NO_DISCONNECT when reading the UID from mifare card
|
2018-02-10 00:01:50 +08:00 |
|
Brian Pow
|
b1d414c680
|
CHG: replace 'samples:' with 'Examples:', unify some usage text
|
2018-02-09 22:56:16 +08:00 |
|
Brian Pow
|
a02ec72f50
|
CHG: 'hf mf hardnested r' now read the corresponding bin file if tag presents, otherwise read nonces.bin
|
2018-02-09 22:56:16 +08:00 |
|
Brian Pow
|
e1bc58692d
|
Improved error detection and message if missing paramters for 'hf mf hardnested'
|
2018-02-09 22:56:15 +08:00 |
|
Brian Pow
|
35e62e7d1f
|
CHG: 'hf mf hardnested' now use hf-mf-<UID>-nonces.bin by default, with parameter 'u' or 'f' to override.
|
2018-02-09 22:56:15 +08:00 |
|
Brian Pow
|
d9882c9167
|
ADD: help in 'hf mf ice'. Save to hf-mf-<UID>-nonces.bin by default, with 'f' switch to override the default name
|
2018-02-09 22:56:15 +08:00 |
|