Commit graph

7522 commits

Author SHA1 Message Date
Iceman
260f6b9c2f
Update Troubleshooting.md 2019-10-16 10:04:38 +02:00
Philippe Teuwen
2fd3095c05 Attempt to document clocks and timers 2019-10-16 01:22:45 +02:00
Philippe Teuwen
8ea04a42a6 Use GetTickCountDelta when possible 2019-10-16 00:03:53 +02:00
Philippe Teuwen
f9157c946d SLCK detection: use more available SpinDelay 2019-10-15 18:53:29 +02:00
Philippe Teuwen
bf3ae7f007 perform startup delay also during TIA 2019-10-15 18:07:28 +02:00
Philippe Teuwen
0877802ded Bumping PMC_MAIN_OSC_STARTUP_DELAY to solve slow clock on some devices, thanks @iceman1001! 2019-10-15 18:02:19 +02:00
Philippe Teuwen
3fce47d023 Add hw tia to trigger a new Timing Interval Acquisition 2019-10-15 15:02:34 +02:00
Philippe Teuwen
c7d84ce239 hw status: Detect slow clock drift problems 2019-10-15 14:07:20 +02:00
Philippe Teuwen
2173cadf23 openocd scripts: allow to call them from another dir 2019-10-15 13:06:46 +02:00
iceman1001
bd13f72a59 textual 2019-10-14 22:32:58 +02:00
iceman1001
0ffb748f5e fix: hi/low should not be same 2019-10-14 21:17:41 +02:00
mwalker33
2b6ce17f60
Merge pull request #19 from RfidResearchGroup/master
Update from rrg
2019-10-13 12:29:26 +11:00
Philippe Teuwen
47d6eef7c9 usage 2019-10-13 01:21:59 +02:00
Philippe Teuwen
23efb59d5f coverity: long test 2019-10-13 00:49:19 +02:00
Philippe Teuwen
395d0f9ebf make style 2019-10-13 00:48:26 +02:00
Philippe Teuwen
5520bdc20f make style: skip cov-int 2019-10-13 00:48:12 +02:00
Philippe Teuwen
63711dd312 fix gcc8 failure, man sprintf:
Some programs imprudently rely on code such as the following
sprintf(buf, "%s some further text", buf);
to append text to buf.  However, the standards explicitly note that the results are undefined if source and destination buffers overlap  when  calling  sprintf(),  snprintf(),  vsprintf(),  and  vs‐
nprintf().  Depending on the version of gcc(1) used, and the compiler options employed, calls such as the above will not produce the expected results.
2019-10-13 00:31:21 +02:00
Philippe Teuwen
a41914947a
Merge pull request #435 from mwalker33/master
T55xx save and restore (.bin, .eml)
2019-10-13 00:18:22 +02:00
iceman1001
150afebf28 text 2019-10-12 12:40:22 +02:00
iceman1001
36e4dfc1af added a Motorola trace. 2019-10-12 12:37:44 +02:00
iceman1001
b745602d8c Motorola. FC guessing. CSN mapped straight from Indala descramble. 2019-10-12 12:36:09 +02:00
mwalker33
44b25cc6ac Update cmdlft55xx.c
removed extra comma.
2019-10-12 17:55:23 +11:00
iceman1001
76f7763893 motorola 2019-10-11 23:14:57 +02:00
iceman1001
354c5f2ea8 q 2019-10-11 23:13:58 +02:00
iceman1001
71baf71e17 Add 'lf motorola *' commands. Old grey Motorola cards, presumably Flexpass, which operates in 74 kHz, PSK1 , Clock 32. No chance a t55x7 can clone it :), simulation should be doable 2019-10-11 23:13:52 +02:00
mwalker33
6787144dbc Merge branch 'master' of https://github.com/mwalker33/proxmark3-rrg 2019-10-11 21:16:52 +11:00
mwalker33
25182d8e2f Update cmdlft55xx.c
Fix travis initilisation error.
2019-10-11 21:16:28 +11:00
mwalker33
33ed92849c
Merge branch 'master' into master 2019-10-11 20:42:36 +11:00
mwalker33
f109915ebd T55xx Save and Restore 2019-10-11 20:29:20 +11:00
iceman1001
9c82f84fa7 analyze demodbuff - fill demodbuffer with binary from client 2019-10-11 11:26:14 +02:00
Iceman
f5d0fdf2a1
Update README.md 2019-10-11 09:36:09 +02:00
Iceman
b2fb267774
Update README.md 2019-10-11 09:34:55 +02:00
Iceman
6781eeae1e
Update README.md 2019-10-11 09:32:51 +02:00
Iceman
973c1c71cf
Update CHANGELOG.md 2019-10-10 16:27:33 +02:00
Iceman
c82103d6f5
Merge pull request #434 from martinbeier/patch-3
fixed indala FC decoding
2019-10-10 16:26:37 +02:00
martinbeier
baffd45d5a
fixed indala FC decoding 2019-10-10 16:01:54 +02:00
Iceman
3fd5ed06f3
Merge pull request #433 from martinbeier/patch-2
Update CHANGELOG.md
2019-10-10 15:41:36 +02:00
martinbeier
602067da4a
Update CHANGELOG.md 2019-10-10 15:32:27 +02:00
iceman1001
d61a7b4a0f textual 2019-10-10 15:10:22 +02:00
Philippe Teuwen
81c1625bfc cov settings 2019-10-10 14:53:03 +02:00
mwalker33
67b575c728
Merge pull request #18 from RfidResearchGroup/master
Update from RRG
2019-10-10 23:40:04 +11:00
mwalker33
29700187f0
Merge pull request #17 from mwalker33/pr/16
Pr/16
2019-10-10 23:36:46 +11:00
Iceman
070449f7d2
Merge pull request #431 from martinbeier/patch-1
added indala 26bit decoding
2019-10-10 14:34:55 +02:00
martinbeier
1262270924
added indala 26bit decoding 2019-10-10 14:25:41 +02:00
mwalker33
c334d482c4 Merge branch 'RfidResearchGroup-master' into pr/16 2019-10-10 23:20:36 +11:00
mwalker33
f0ae164fdf Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 into RfidResearchGroup-master 2019-10-10 23:13:20 +11:00
iceman1001
ed4cdc8b75 coverity 226411 2019-10-10 13:11:29 +02:00
mwalker33
18520a5dfd Update cmdlft55xx.c 2019-10-10 22:07:57 +11:00
iceman1001
8416bdb485 coverity 226278 2019-10-10 12:41:12 +02:00
mwalker33
92639c9df8 Update CHANGELOG.md 2019-10-10 21:38:53 +11:00