Commit graph

6317 commits

Author SHA1 Message Date
merlokk d94c74b24b make style 2019-07-12 13:58:38 +03:00
merlokk 4d8a411413 APDUEncode 2019-07-11 13:08:43 +03:00
merlokk 1169a6cf1b apdu rename and print 2019-07-10 19:21:54 +03:00
merlokk 16b6d7e529 apdu universal parser 2019-07-10 19:11:56 +03:00
Philippe Teuwen c388f66b81
Merge pull request #233 from ViRb3/master
Add hitag2 write password auth
2019-07-10 09:59:21 +02:00
Victor cb45313981 Add hitag2 write password auth 2019-07-09 23:00:57 +01:00
Philippe Teuwen 4100f0dd76 changelog 2019-07-09 22:58:28 +02:00
Philippe Teuwen aab0558a58 minor txt alignments 2019-07-09 22:49:57 +02:00
slurdge 71b70f4ffb Add compiler info for proxmark3 armsrc 2019-07-09 22:35:23 +02:00
slurdge 248b109c9a Check if bootloader segment is within bounds 2019-07-09 22:12:39 +02:00
Iceman 77c5e28bce
Merge pull request #229 from uhei/bt_mac_doc
BT Manual: Update device info for macOS
2019-07-07 21:41:11 +02:00
Uli Heilmeier 0b1479b43c BT Manual: Update device info for macOS 2019-07-07 21:33:00 +02:00
Iceman ade54ffea2
Merge pull request #228 from t0m4-null/master
Changelog update
2019-07-07 15:05:11 +02:00
t0m4 c096a422a8 Changelog update 2019-07-07 14:33:29 +02:00
Iceman 23cd87096f
Merge pull request #227 from t0m4-null/master
Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags
2019-07-07 14:08:04 +02:00
t0m4 0a1b2698c9 Code review 2019-07-07 14:00:13 +02:00
t0m4 88df59722e Code cleaning 2019-07-07 12:10:51 +02:00
t0m4 95fd247e10 Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags 2019-07-07 10:52:00 +02:00
iceman1001 959a2a9c87 mysterious keys #issue 839 offical repo 2019-07-06 11:16:39 -04:00
Iceman 135f618c3f
Merge pull request #226 from slurdge/master
Gitignore more linux profile related files
2019-07-06 16:46:54 +02:00
slurdge 8926114b41 Gitignore more linux profile related files 2019-07-06 16:31:06 +02:00
Iceman 672158e0a5
Merge pull request #225 from slurdge/master
Fix #224
2019-07-06 15:34:34 +02:00
slurdge 5fbbbc30ba Fix #224 2019-07-06 15:31:32 +02:00
Philippe Teuwen e047d223e4 Fix #216: skip --as-needed linker options under MacOSX 2019-07-06 10:06:04 +02:00
Philippe Teuwen db572df923
Merge pull request #222 from ViRb3/master
Print help if unknown arg for hitag reader/writer
2019-07-05 00:13:49 +02:00
Victor 773845f411 Print help if unknown arg for hitag reader/writer 2019-07-04 22:12:48 +01:00
Philippe Teuwen ee222095c3 bt manual: add scan on step 2019-07-04 20:55:24 +02:00
Iceman 660fac3027
Merge pull request #221 from ViRb3/master
Fix clock deadlock in hitag sniff
2019-07-04 12:33:34 +02:00
Iceman ae4c3374cb
Update default_keys.dic
More keys from 6b6bafed54
2019-07-04 12:33:01 +02:00
Victor 6646c20ef3 Fix clock deadlock in hitag sniff 2019-07-04 11:28:43 +01:00
Iceman a3962c16c3
Merge pull request #218 from joanbono/master
Added documentation: Compiling for other boards
2019-07-03 21:28:24 +02:00
Slurdge 7205a910c5 Add compiler name in [CLIENT] section 2019-07-03 16:08:09 +02:00
Philippe Teuwen ea487f3d88 Ease non-QT users life 2019-07-03 14:45:41 +02:00
Slurdge f5f9d9f0c0 Add support for automatic COM detection on Windows 2019-07-03 14:30:19 +02:00
jbono c403644882 Added documentation: Compiling for other boards 2019-07-01 16:47:10 +02:00
Philippe Teuwen b814653eed Explain H5 2019-06-30 18:31:46 +02:00
Philippe Teuwen eca84d4880 fix mac 2019-06-30 18:29:54 +02:00
Philippe Teuwen e02ac1541b addon doc: H5 & cli pairing 2019-06-30 18:26:08 +02:00
iceman1001 3756765841 Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 2019-06-30 04:18:34 -04:00
iceman1001 17f97abfcb fix: spurious chars because strlen doesnt count ending zero 2019-06-30 04:18:03 -04:00
Iceman f7af3419b7
Update README.md 2019-06-29 20:07:53 +02:00
Iceman 9e15a3a79b
Create termux_notes.md
Massive thanks to Anon for this contribution
2019-06-29 20:06:02 +02:00
Iceman f9075feacc
Update bt_manual_v10.md 2019-06-29 17:30:07 +02:00
Iceman cdb68cd7a4
Update bt_manual_v10.md 2019-06-29 17:22:45 +02:00
Iceman 3938933c63
Update default_keys.dic
from mct app pr.
2019-06-28 15:50: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
iceman1001 c6d245b843 fix: syntax erros in luascripts 2019-06-23 08:13:17 -04:00
Iceman 23d1d74482
Merge pull request #214 from jacopo-j/master
Fix syntax errors with Calypso Lua script & 14443b Lua lib
2019-06-23 14:09:17 +02:00
Jacopo Jannone 7e1d4a54ad Fix syntax errors with Calypso & 14443b Lua 2019-06-23 11:53:48 +02:00
Iceman e1d6d3eeb9
Merge pull request #213 from bettse/master
Add homebrew details to blueshark manual
2019-06-23 08:51:21 +02:00