Commit graph

18389 commits

Author SHA1 Message Date
iceman1001
500e10f3a5 text 2024-04-13 10:59:55 +02:00
iceman1001
6bc6ec23ce fix #2346 refactored the write loop before it assumed a full t55xx memory layout. Now handles block writes to individual parts 2024-04-13 10:59:07 +02:00
iceman1001
9a73e77d72 style 2024-04-11 22:08:25 +02:00
Iceman
2612b87f41
Merge pull request #2343 from p51d78th/master_mine
Fix compile error from variable type declaration
2024-04-11 19:20:29 +02:00
David Driscoll
f3d9423f70 Fix compile error from variable type declaration 2024-04-10 11:52:11 -04:00
iceman1001
6a7e70ad26 style 2024-04-10 14:26:05 +02:00
Iceman
8426beb173
Merge pull request #2342 from jlitewski/plot_point_mods
Plot improvements
2024-04-10 08:29:17 +02:00
jlitewski
ad01195a04 Plot improvements
- Added hotkeys to move the yellow/purple cursor around
- Added hotkeys to manually increment/decrement a value from a plot point
-- This is currently the point where the yellow cursor is at
2024-04-09 22:47:40 -04:00
iceman1001
befb2644d2 dont hook signal in MINGW environments like proxspace 2024-04-09 15:30:34 +02:00
iceman1001
9b8cf1e323 the waitforResponseTimeoutW fct will lock the client in situations like sniffing and if the device locks up there is no way to exit nice. This fix will look for life signs from the device. if lost, we will break. Allowing for the client to handle it better 2024-04-07 23:50:58 +02:00
iceman1001
4e540053e9 style 2024-04-07 11:38:51 +02:00
iceman1001
9ba8937f3c text 2024-04-07 11:32:25 +02:00
iceman1001
ab984c5fdf minor style 2024-04-06 21:11:07 +02:00
iceman1001
a68a5a8825 if using readline , the CTRL-C should now handle it a bit more nicer. Especially the pm3 history file should be flushed with the upside you dont loose all your commands you issued and mistakingly pressed CTRL-C. for the linenoice and Win32, you still have this issue. 2024-04-06 20:57:54 +02:00
iceman1001
7c755e20bc parentheses miss 2024-04-06 18:53:04 +02:00
iceman1001
27735355cd initial text changes 2024-04-06 15:48:41 +02:00
Iceman
2110af617a
Merge pull request #2340 from gentilkiwi/patch-1
Update intertic.py to support Lyon (TCL / Keolis)
2024-04-05 00:41:04 +02:00
iceman1001
82a809887c hf mf ginfo -now supports decoding of a user supplied configuration block and improved textual output 2024-04-05 00:40:13 +02:00
iceman1001
39984c400a make Ev1 keys stick out and with an explaination making it a bit more clear for user 2024-04-05 00:37:02 +02:00
Benjamin DELPY
10c4679f1e
Update intertic.py to support Lyon (TCL / Keolis)
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com>
2024-04-05 00:20:55 +02:00
iceman1001
263180377a sixth time is the charm 2024-04-04 00:40:42 +02:00
iceman1001
77c549acad test5... cleaning 2024-04-04 00:26:16 +02:00
iceman1001
d22b57008a test4 2024-04-04 00:18:56 +02:00
iceman1001
d882cb9b90 test3 2024-04-04 00:15:51 +02:00
iceman1001
32d08c9db9 test2 2024-04-04 00:07:53 +02:00
iceman1001
720a518b53 seems to be python3.so that the linker CLANG on OSX which alerts for it cant do dynamic lookups 2024-04-03 23:55:54 +02:00
iceman1001
a4c94ffd3b textual 2024-04-03 17:22:45 +02:00
iceman1001
679f2d4feb remove comments 2024-04-03 17:15:12 +02:00
iceman1001
3ea2cb0eda faster return 2024-04-03 17:14:44 +02:00
iceman1001
9bbdb747c8 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-04-03 17:07:19 +02:00
iceman1001
21f25ccd1f the data load for long file since we got the extended sniff possibility is hard to see. This commit now shows a comma printed version. It helps me :) 2024-04-03 17:05:34 +02:00
Philippe Teuwen
c183894cb4 fix doc and add similar to 2024-03-27 16:41:44 +01:00
iceman1001
700d558432 move hitag2 crypto parts to the common folder in order to be able to use it on the client side. Some textual and minor adaptations across the bord 2024-03-27 09:32:00 +01:00
iceman1001
cdc46d5d2b textual and some layouts 2024-03-27 09:16:37 +01:00
iceman1001
371e7e5ebe forgot the header file 2024-03-26 15:21:15 +01:00
iceman1001
d5e33fb209 added some support functions 2024-03-26 15:13:23 +01:00
iceman1001
64a5b048e5 text 2024-03-26 15:11:12 +01:00
iceman1001
ab2e3d5179 updated the OpenCL Headers from https://github.com/KhronosGroup/OpenCL-Headers/tree/main/CL. 2024-03-26 15:08:34 +01:00
iceman1001
c66e781a9c annotation of the hitag2 protocol now properly identifies different parts without shifting of whole hex arrays. Took the idea from RFIdler (@adamLLaurie) where he treats it like a binary string instead. It works. Problem: We use whole bytes in our logging protocol and Hitag2 uses 5, 10, 32, 64 bits commands. START_AUTH is 11000, which as a MSB aligned byte is 0xC0. Now we shift it down to LSB centered and 11000 becomes 0x18. This reduces all issues with handing the rest of the array. \n\nTake note that our protocol uses whole bytes. I had to print out number of actually captured bits in the trace log now. Otherwise 65 or 71 bits would not look any different but will not work when used with other tools. This also means we abuse the logging protocol by using the parity byte arry to store number of "left over bits" in the par[0] position. 2024-03-26 15:04:39 +01:00
iceman1001
529d57a181 style 2024-03-25 23:34:53 +01:00
iceman1001
140cc1d957 style 2024-03-25 23:33:44 +01:00
Iceman
1a7b2856ef
Merge pull request #2337 from craftbyte/desfire-deleteapp-fix
Fix MIFARE DESfire DeleteApp command
2024-03-21 14:13:26 +01:00
Iceman
9889228b50
Merge pull request #2338 from craftbyte/desfire-aid-update
Update Slovenian DESfire AIDs
2024-03-21 14:12:52 +01:00
Anže Jenšterle
0cde19e7c1
Update Slovenian DESfire AIDs 2024-03-21 13:46:48 +01:00
Anže Jenšterle
9b765b488c
Fix MIFARE DESfire DeleteApp command
Closes #2336
2024-03-21 13:35:26 +01:00
iceman1001
dd62dc9275 changelog 2024-03-20 23:33:02 +01:00
iceman1001
5a8917c1d0 Revert "Release v4.18341 - Zenith"
This reverts commit 70582c6828.
2024-03-20 23:31:54 +01:00
iceman1001
70582c6828 Release v4.18341 - Zenith 2024-03-20 23:31:54 +01:00
iceman1001
2f6f4806da text 2024-03-20 23:31:14 +01:00
iceman1001
4367c810d0 text 2024-03-19 12:39:15 +01:00