Commit graph

4944 commits

Author SHA1 Message Date
iceman1001 838d224cd2 added a hf xerox view command, it now also prints some more part info and fixed a bug with 255 != 256 2024-01-14 18:22:55 +01:00
iceman1001 4661616ce6 fix logic 2024-01-14 15:05:07 +01:00
iceman1001 8d0b41a911 this commit fixes #2244 #2246 #1596 #2101. Its kind of a big refactoring and I most likely broke something. With that said. Now: HF 15 commands now uses NG packets, hf 15 raw support -k keepfield on and -s select, hf 15 dump/rdbl/rdmulti should handle blocksizes of 4 or 8, the error messages are unified and error handling the same. Some understanding how add_option impacts response message from card. A more clear separation between PM3 flags and ISO15693 protocol flags. 2024-01-14 14:23:51 +01:00
iceman1001 261760e903 adapted the colors when setting and getting preference values.\nprefs set client.debug - now toggles client side APDY logging 2024-01-10 22:04:38 +01:00
iceman1001 0b9191185b "emv reader" - make apdu logging based on verbose flag and honor previous set value. In case we ever do this in Preferences 2024-01-10 15:04:23 +01:00
iceman1001 641308e29c detection 2024-01-10 09:24:52 +01:00
iceman1001 0d24e8252f wrong format string 2024-01-09 21:37:29 +01:00
iceman1001 8b61e28081 changed to defines and prepped to identify st25B... 2024-01-09 15:40:40 +01:00
iceman1001 814dc8652d change 14b sriwrite, now supports a force option to override block checks. Good for devices like Gentilkiwis... 2024-01-09 13:11:47 +01:00
iceman1001 e5b4cbedb6 refactored 14b read and 14b write. Write now also tries to verify that block has changed 2024-01-09 13:10:43 +01:00
iceman1001 17f4b95bdd removed user side timeout and improved debug messages 2024-01-09 13:09:38 +01:00
iceman1001 fd08617dfe text 2024-01-09 10:36:54 +01:00
iceman1001 1efb38ba98 fix hf 14b dump command not lock up every other call and modified the output. 2024-01-09 10:22:27 +01:00
iceman1001 131721c94a fix hf 14b dump - now always turn off the field even when called with --ns 2024-01-09 10:01:35 +01:00
iceman1001 562faa8489 removed the inconsistency of both being a status value and length value 2024-01-08 23:40:45 +01:00
iceman1001 69ec1c6c04 remove some repeating 14b select calls 2024-01-08 22:17:50 +01:00
iceman1001 82aa6ac08c gave 14b commands some serious love and overhaul. package handling for APDU and different selects is improved. return codes now consequent 2024-01-08 21:17:42 +01:00
Marcos Del Sol Vives 5733f48d2a
Fix incorrect Waveshare command 2024-01-08 18:14:02 +01:00
iceman1001 8c6d7131ee Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-01-07 23:08:49 +01:00
iceman1001 e82c554dfc text 2024-01-07 23:07:49 +01:00
Iceman e2a3aea75b
Merge pull request #2239 from socram8888/waveshare-gd
Add image cropping and scaling
2024-01-07 22:48:38 +01:00
iceman1001 38cf64c196 text 2024-01-07 22:31:00 +01:00
Marcos Del Sol Vives 786ddf3de8
Add image cropping and scaling 2024-01-07 22:25:47 +01:00
iceman1001 d6a01789e2 calloc 2024-01-07 21:54:00 +01:00
Iceman 18fd68900d
Merge pull request #2237 from socram8888/waveshare-gd
[WIP] Use GDlib in Waveshare ePapers command
2024-01-07 21:51:46 +01:00
iceman1001 580f443191 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-01-07 20:47:37 +01:00
iceman1001 482a6464a2 style. we use calloc 2024-01-07 20:47:07 +01:00
Marcos Del Sol Vives 760e4ebc9d
Increase precision in color matching 2024-01-07 20:32:31 +01:00
Marcos Del Sol Vives dccb404329
Update cmdhfwaveshare help 2024-01-07 19:29:32 +01:00
Marcos Del Sol Vives d27669f22c
Allow image conversion when offline 2024-01-07 18:05:48 +01:00
netvader ddc582d56a
typo
help description for slixprivacydisable and slixprivacyenable corrected
2024-01-07 14:36:11 +01:00
Marcos Del Sol Vives b050ebc2b9
malloc -> calloc 2024-01-07 00:58:13 +01:00
Marcos Del Sol Vives 1e9a9f2838
Fix compilation failure when GD is not available 2024-01-06 21:05:45 +01:00
Marcos Del Sol Vives cdcfa63cba
Fix corruption in first line of Waveshare image 2024-01-06 20:47:24 +01:00
Marcos Del Sol Vives 778a129f52
Use GDlib in Waveshare ePapers command 2024-01-06 19:35:15 +01:00
iceman1001 d906f23a0a text 2024-01-05 19:34:42 +01:00
iceman1001 0c4a1066c1 text 2024-01-05 19:27:38 +01:00
iceman1001 1cce7c286a text 2024-01-05 19:12:59 +01:00
iceman1001 78174588dd modified hw tune output layout 2024-01-04 22:11:48 +01:00
iceman1001 50a1c63470 improved the SEOS annotation, also added a trace file to look at 2024-01-04 19:49:59 +01:00
iceman1001 dc80ef3713 style 2024-01-04 13:13:54 +01:00
iceman1001 ef166a1030 fixed wrong parameter handling and helptext 2024-01-04 13:09:31 +01:00
iceman1001 570f0f63e3 hints... which I forgot to push?!? 2024-01-04 12:49:47 +01:00
unknown10777 6a8f685cee
follow guideline
Signed-off-by: unknown10777 <83267603+unknown10777@users.noreply.github.com>
2024-01-04 04:03:43 +08:00
iceman1001 b1a1ca8827 Revert "Release v4.17768 - Steamboat Willie"
This reverts commit 57eeb712fd.
2024-01-03 01:59:39 +01:00
iceman1001 57eeb712fd Release v4.17768 - Steamboat Willie 2024-01-03 01:59:39 +01:00
iceman1001 fda0968db2 white space and adding hf_unisniff to buildscript 2024-01-02 23:11:51 +01:00
iceman1001 b6a448e391 style 2024-01-02 21:55:04 +01:00
iceman1001 035572798e text and style 2024-01-02 21:52:06 +01:00
Iceman 6d34bbfa27
Merge pull request #2217 from hazardousvoltage/work
SPIFFS: implement dumping from SPIFFS to client trace buffer
2024-01-02 21:43:57 +01:00