Commit graph

189 commits

Author SHA1 Message Date
Iceman 27ae47b38e
Merge pull request #420 from mwalker33/master
Color on windows 10
2019-10-06 20:00:59 +02:00
mwalker33 9b2dcf1a5c help for win10 color 2019-10-06 18:40:50 +11:00
Philippe Teuwen e978b180b4 Better device detection in pm3 script, add -n option 2019-10-01 01:32:37 +02:00
mwalker33 102d822102 Update CHANGELOG.md 2019-09-30 21:06:22 +10:00
mwalker33 40b1d3bea7 samples to skip (unint32_t)
Use unit32_t for all samples to skip
2019-09-30 19:22:26 +10:00
mwalker33 072b9599b9 Update CHANGELOG.md 2019-09-24 20:04:21 +10:00
iceman1001 a33965f1dd textual 2019-09-18 19:22:45 +02:00
iceman1001 f210f9a934 textual 2019-09-14 19:04:17 +02:00
mwalker33 c3756f1903 T55xx DLMode Update 2019-09-14 14:13:55 +10:00
Philippe Teuwen 1a459d644d fix flasher doc 2019-09-09 01:54:59 +02:00
iceman1001 fe0fe0d65b textual 2019-09-08 23:28:45 +02:00
Philippe Teuwen 22c5364a23 changelog 2019-09-05 00:48:14 +02:00
Philippe Teuwen 8987e956ac POSIX sh version of mkversion
Most targeted platforms have "sh" and don't need Perl as requirement.
Still Perl script is present as fallback.
2019-08-29 23:23:53 +02:00
Philippe Teuwen 73cefedd61 remove entirely ncurses, not needed nowadays 2019-08-29 18:22:14 +02:00
iceman1001 420ef35c5c textual 2019-08-29 17:01:33 +02:00
Philippe Teuwen 37243a4729 changelog 2019-08-28 23:09:59 +02:00
iceman1001 48d3802d35 chg: optimization of iclass mac calculations on deviceside (@pwpiwi) see https://github.com/Proxmark/proxmark3/pull/861
chg: some textual
2019-08-27 10:51:52 +02:00
Matthias Konrath 917d76bcc1 Added changelog message for the autopwn feature. 2019-08-26 14:58:24 +02:00
Philippe Teuwen 3c6500a1b2 Lua: look for scripts also in ~/.proxmark/{luascripts,lualibs} and /usr/local/share/proxmark3/... 2019-08-21 23:53:27 +02:00
Philippe Teuwen da31373258 non-rdv4 PLATFORM must now use the generic PM3OTHER, simpler 2019-08-21 20:06:14 +02:00
Philippe Teuwen ea601f4052 fix reveng for all platforms else than WIN32 2019-08-14 21:53:04 +02:00
iceman1001 0cd8dbb10a textual 2019-08-12 16:30:43 -04:00
Victor f913f7156a Update CHANGELOG 2019-08-06 19:08:51 +01:00
iceman1001 be6e46e4ea textual 2019-08-05 17:45:20 +02:00
Philippe Teuwen 1cb039255e Add client option -i to stay in interactive mode after a script or command
From 5a3f474331
with some fix in the logical flow
2019-08-04 15:34:18 +02:00
Philippe Teuwen 88d2a61c0b typo 2019-08-04 12:58:36 +02:00
Victor 177546f749 Update CHANGELOG 2019-08-03 19:53:26 +01:00
Philippe Teuwen 96ed907605 Fix momentarily flash read/write of dicts 2019-08-02 20:48:44 +02:00
iceman1001 0747cf9ec0 add more keys (@anon) 2019-08-02 09:48:42 -04:00
Philippe Teuwen e0dcacb196 changelog 2019-08-02 00:30:17 +02:00
Philippe Teuwen 01d1db8970 changelog 2019-08-01 20:20:34 +02:00
iceman1001 87b4eda2f2 textual 2019-08-01 12:38:03 -04:00
iceman1001 fe90412bc0 textual 2019-08-01 09:42:27 -04:00
iceman1001 73a4a30ecf textual 2019-07-31 15:50:55 +02:00
iceman1001 f433e26e3b Add: 'hf mfu info' - now does orinality check against ECC. (@pwpivi)
Adapted to prefered codestyle and added references.
2019-07-27 23:44:23 +02:00
iceman1001 283060f962 chg: renaming a struct 2019-07-27 21:15:43 +02:00
iceman1001 e99910694b chg: some more key, thanks @Ollibolli 2019-07-27 15:06:58 +02:00
mwalker33 b222161941
Merge branch 'master' into master 2019-07-25 20:12:00 +10:00
mwalker33 77d96ff3b7 Bug Fix Timing order
Timing for backward compatibility
2019-07-25 20:01:03 +10:00
Philippe Teuwen 4abb4b939f Proper Makefile halting when using incompatible Standalone mode and Platform 2019-07-24 13:37:56 +02:00
Philippe Teuwen cbdc4704ad More changelog changes 2019-07-24 08:50:39 +02:00
Philippe Teuwen 468f59684c unify changelog 2019-07-24 00:11:03 +02:00
Philippe Teuwen ee40840a14 changelog 2019-07-23 23:12:18 +02:00
Philippe Teuwen 11e5131604
Merge pull request #284 from mwalker33/master
T55x7 Downlink mode support added
2019-07-23 22:42:47 +02:00
mwalker33 4e0e69ed63 Added T55 downlink mode support 2019-07-23 09:50:28 +10:00
Philippe Teuwen daae890667 Bootrom & flasher changes:
* use macros for versions
* activate UNDERSTANDS_VERSION in bootrom
* fix missing break; bug in bootrom
* force flash_load to reject images > 256k if bootloader not up to date
* move logic from flasher to flash
2019-07-20 10:48:40 +02:00
McEloff 0189bb70d7
Merge branch 'master' into mf_sim_ac_fix 2019-07-19 16:32:45 +03:00
Eloff 0b38c23ed3 'hf mf sim' - wrong access rights to write key B in trailer; typo; simple code optimization 2019-07-19 16:27:08 +03:00
Philippe Teuwen f6f14f82d4 Add option -i to flasher to query Pm3 for its memory size, and some doc tuning 2019-07-19 13:02:12 +02:00
slurdge 7bf3255a6c Flasher support for 512K flash
A better way would be to cut the connecting function and flashing function and to move the whole mem computation to flash.c
Working flasher
2019-07-19 12:35:04 +02:00