Commit graph

7454 commits

Author SHA1 Message Date
iceman1001
861f9bd8b2 and the file 2019-10-17 22:51:59 +02:00
iceman1001
61c3c9b5d0 Add: genuine VeriChip trace 2019-10-17 22:51:27 +02:00
iceman1001
065a1b6848 chg: enforce PACKED on more structs 2019-10-17 22:32:09 +02:00
iceman1001
a823c7821f chg: 'sc upgrade' - ignore case on all platforms 2019-10-17 22:30:18 +02:00
iceman1001
ed565d04f5 chg: remark available in lua 2019-10-17 22:28:49 +02:00
iceman1001
2c4e660605 fix 2019-10-17 22:24:32 +02:00
iceman1001
9fdc29e91c chg: 'hf search' - add FeliCa detection 2019-10-17 21:58:57 +02:00
iceman1001
3cd053218f chg: wait until ready 2019-10-17 20:08:17 +02:00
Iceman
a5e94c5a1d
Merge pull request #443 from 7homasSutter/master
Add reader and raw command for FeliCa standard cards
2019-10-17 14:02:22 +02:00
Philippe Teuwen
945fb82b48 make style 2019-10-17 13:58:22 +02:00
Thomas Sutter
376e367d45 Make Style and remove some comments. 2019-10-17 13:48:34 +02:00
Thomas Sutter
97f85ba50a Remove printf from client. Ready for testing. 2019-10-17 12:54:56 +02:00
Thomas Sutter
4da87d3f96 Fix Client Response for RAW command. Client should receives now all response octects. 2019-10-17 11:46:59 +02:00
iceman1001
2ae2e1fff5 textual 2019-10-17 09:31:37 +02:00
iceman1001
5c0dfdbf6b chg: send ref instead 2019-10-17 09:27:55 +02:00
iceman1001
51022d4329 textual 2019-10-16 14:24:23 -04:00
iceman1001
ce4711cc13 revert printf 2019-10-16 15:45:52 +02:00
Iceman
aa46570208
Update README.md 2019-10-16 15:41:03 +02:00
iceman1001
801ace94a2 dummy gui compilation on OSX.. 2019-10-16 15:37:39 +02:00
iceman1001
224b03a1f8 chg printf.. 2019-10-16 15:09:20 +02:00
iceman1001
5737355985 chg renable win ansi test. trying turning offlogging. @doegox can refacor this away when we get a prefs.json settings file 2019-10-16 14:46:57 +02:00
Thomas Sutter
9d3331511b Fix FeliCa select_card. Selection works now for FeliCa standard cards.
Fix SendRaw data.
Add some new unfinished cmds.
2019-10-16 14:17:52 +02:00
Iceman
d401041ed9
Merge pull request #440 from mwalker33/dev2
Removed Windows 10 color option.
2019-10-16 11:33:14 +02:00
mwalker33
c3c45e03ce Update proxmark3.c 2019-10-16 20:24:03 +11:00
iceman1001
cce04ef93c textual 2019-10-16 10:57:14 +02:00
Philippe Teuwen
f9bf50e20b add xrefs between t55 menu and lf clone commands 2019-10-16 10:48:03 +02:00
Philippe Teuwen
abf81bbbb7 log help as well, for consistent logging experience 2019-10-16 10:43:44 +02:00
iceman1001
726c421b1e textual 2019-10-16 10:38:05 +02:00
iceman1001
cec9330a79 textual 2019-10-16 10:32:50 +02:00
iceman1001
db3da4d224 textual 2019-10-16 10:28:53 +02:00
iceman1001
bae3f65db6 textual 2019-10-16 10:22:41 +02:00
mwalker33
0bb4622f4b
Merge pull request #20 from RfidResearchGroup/master
Update Master
2019-10-16 19:17:11 +11:00
Iceman
8a91880e33
Update README.md 2019-10-16 10:05:21 +02:00
Iceman
260f6b9c2f
Update Troubleshooting.md 2019-10-16 10:04:38 +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