Commit graph

235 commits

Author SHA1 Message Date
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
slurdge 01e6db5c2e Add a simple tool to analyze elf files 2019-07-18 22:26:01 +02:00
Julien Piat 5a5b3db92e Update CHANGELOG.md 2019-07-18 16:11:03 +02:00
Philippe Teuwen d8763509de Add 'hw standalone' to jump to standalone mode from command line or script 2019-07-15 22:31:19 +02:00
Oleg Moiseenko ddd4601c1e
Merge branch 'master' into ext_apdu 2019-07-15 19:25:48 +03:00
merlokk ecf7eda08f changelog 2019-07-15 19:25:06 +03:00
Philippe Teuwen 0ea7fa7784 buggy 'mem read' removed, 'mem save' renamed 'mem dump', can now display too 2019-07-15 12:57:20 +02:00
Philippe Teuwen 6a54de1184 changelog 2019-07-15 12:47:42 +02:00
Iceman 7aabab2462
Merge pull request #242 from slurdge/remove_aes_c
Remove aes.c in favor of mbedtls implementation.
2019-07-15 09:02:07 +02:00
Iceman 5d63834512
Merge branch 'master' into hf_mf_changelog 2019-07-14 23:04:56 +02:00
Chris 1f9eb10d15 textual 2019-07-14 23:02:24 +02:00
Eloff 0c3d2cee2b Changelog for PR #245, #246 2019-07-15 00:00:34 +03:00
Philippe Teuwen 25e2ab9a4c changelog 2019-07-13 18:29:36 +02:00
Philippe Teuwen d11684fcab Get proxmark.sh supporting WSL 2019-07-13 00:14:23 +02:00
slurdge 996ed197fb Remove aes.c in favor of mbedtls implementation.
Changelog
2019-07-12 23:48:54 +02:00
Philippe Teuwen ec534305de Document WSL and update ProxSpace instructions 2019-07-12 21:47:56 +02:00
Philippe Teuwen e51b4f0fdd changelog 2019-07-11 14:08:58 +02:00
Philippe Teuwen 4100f0dd76 changelog 2019-07-09 22:58:28 +02:00
t0m4 c096a422a8 Changelog update 2019-07-07 14:33:29 +02:00
Slurdge f5f9d9f0c0 Add support for automatic COM detection on Windows 2019-07-03 14:30:19 +02:00
Philippe Teuwen 0eea50f5a0 Add support for compilation on RaspberryPiZero (armv6)
More generally, add support for platforms with atomics, which not really linked to
architecture but compiler features. This may also help on some mips for example.
2019-06-26 00:12:32 +02:00
Philippe Teuwen f1f50c869a changelog 2019-06-12 15:22:25 -07:00
Fl0-0 1c2b6458f2 Changelog standalone Makefile.hal & Makefile.platform 2019-06-01 11:33:50 +02:00
Aaron McDaniel 1186753bf6 Added clamp to PageDown case in plot GUI and updated changelog 2019-05-14 10:12:46 -05:00
Philippe Teuwen 3176684f4a Add usart dev cmds & dynamic flash support capability 2019-05-03 22:30:17 +02:00
Philippe Teuwen 7611e96848 changelog 2019-04-28 23:34:08 +02:00
Philippe Teuwen 639c33820e changelog 2019-04-28 23:16:39 +02:00
Eloff 8793a9e596 Merge commit 'e171010d' into hfmfu
# Conflicts:
#	CHANGELOG.md
2019-04-22 23:26:20 +03:00
Eloff db3103b531 UL/NTAG new dump file format. Added counters support, simulation 2019-04-21 03:18:00 +03:00
Eloff 960b21793c 'hf mf sim' full-byte anti-collision frame support 2019-04-18 21:02:48 +03:00
Eloff 63f9f11066 'hf mf sim' bugs fix, RATS support, etc 2019-04-16 23:52:05 +03:00
iceman1001 ab6d36fc8c textual 2019-04-14 11:11:08 +02:00
Philippe Teuwen 392a8f7bba update changelog 2019-04-14 00:16:26 +02:00
m.elov 6dae35fc9e changelog for pull requests #144, #145 2019-04-05 09:51:25 +03:00
iceman1001 a185e83ffb textual 2019-04-02 23:04:29 +02:00
Philippe Teuwen 23917e7963 update changelog 2019-04-02 22:28:01 +02:00
iceman1001 722c7c3dfa updates 2019-03-27 17:51:08 +01:00
Philippe Teuwen 6436f88fb2 changlog 2019-03-15 09:17:17 +01:00
iceman1001 4d13290285 text 2019-03-15 01:57:47 +01:00
iceman1001 24e53ccbc8 text 2019-03-14 17:04:20 +01:00
iceman1001 7fb359ef8e text 2019-03-13 12:38:21 +01:00
iceman1001 f15a980bd9 text 2019-03-13 03:02:52 +01:00
iceman1001 0dac90ea15 updated chanelog. 2019-03-11 18:14:33 +01:00
merlokk e8c0a49d07 changelog 2019-03-01 19:39:17 +02:00
Chris 81f8749caf text 2019-02-25 12:46:06 +01:00
iceman1001 08baef781e text 2019-02-24 16:45:18 +01:00
iceman1001 9851f88139 text 2019-02-23 15:45:22 +01:00
iceman1001 99101e56fd text 2019-02-22 09:43:42 +01:00
iceman1001 43bd82b778 update 2019-02-21 23:44:56 +01:00
iceman1001 f80aaa13ab textual 2019-02-17 16:09:02 +01:00
iceman1001 4ea05fc026 Fix: 'hf mf fchk' - now reports back correct found keys. 2019-02-17 15:56:45 +01:00
iceman1001 c1237cfa26 FIX: 'lg pcf7931' - improved read code (@sguerrini97) 2019-01-06 21:05:29 +01:00
iceman1001 064a163c99 textual 2019-01-06 20:50:19 +01:00
iceman1001 411fad13de updates 2019-01-05 20:49:46 +01:00
merlokk a10bf3ac05 added changelog 2018-11-30 14:17:46 +02:00