Commit graph

17827 commits

Author SHA1 Message Date
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 f8c9c10c22 text 2024-01-08 21:18:01 +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
Iceman 5709d8959d
Merge pull request #2240 from socram8888/fix-ws
Fix incorrect Waveshare command
2024-01-08 19:41:00 +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
Marcos Del Sol Vives 442df4aaff
Update changelog 2024-01-07 22:34:40 +01:00
iceman1001 398803d930 adapt size of return messages in 14b 2024-01-07 22:34:08 +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 48afba02cf
Add GD to experimental lib CMakeLists.txt 2024-01-07 19:46:47 +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
Marcos Del Sol Vives 572bdbf727
Document dependency on GD for ePaper devices 2024-01-07 17:15:13 +01:00
Marcos Del Sol Vives e1d81f6faf
Fix embedding GD under MinGW 2024-01-07 17:00:52 +01:00
Iceman f40cf7af96
Merge pull request #2238 from netvader/master
typo
2024-01-07 14:55:02 +01:00
Marcos Del Sol Vives 3596951e84
(Hopefully) fix MacOS CMake compilation 2024-01-07 14:37:31 +01:00
netvader ddc582d56a
typo
help description for slixprivacydisable and slixprivacyenable corrected
2024-01-07 14:36:11 +01:00
Marcos Del Sol Vives f7d0bf7e4f
Add HAVE_GD flag 2024-01-07 13:33:17 +01:00
Marcos Del Sol Vives bda35149c6
Fix CMake GD 2024-01-07 13:26:53 +01:00
Marcos Del Sol Vives d6ab23bf5a
Add GD support to CMake 2024-01-07 12:43:43 +01:00
Marcos Del Sol Vives c94c6f90a1
Install GD in CI pipelines 2024-01-07 00:59:48 +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 0d5e76a9ca text 2024-01-04 23:30:48 +01:00
Iceman 26a3a0cd3a
Merge pull request #2234 from francis2054/master
Update CHANGELOG.md
2024-01-04 23:28:26 +01:00
Francis 22085b0568
Update CHANGELOG.md
Signed-off-by: Francis <zzvipercorezz@gmail.com>
2024-01-04 23:14:29 +01:00
Francis d203996c05
Update CHANGELOG.md
Moved changelog entry

Signed-off-by: Francis <zzvipercorezz@gmail.com>
2024-01-04 23:13:52 +01:00
Francis 010da01779
Update CHANGELOG.md
Signed-off-by: Francis <zzvipercorezz@gmail.com>
2024-01-04 22:56:35 +01:00
Iceman c04b99d102
Merge pull request #2233 from francis2054/master
Update Troubleshooting.md
2024-01-04 22:13:12 +01:00
iceman1001 78174588dd modified hw tune output layout 2024-01-04 22:11:48 +01:00
Francis 7c344e22dd
Update Troubleshooting.md
Added error and solution for an ARM issue

Signed-off-by: Francis <zzvipercorezz@gmail.com>
2024-01-04 21:42:36 +01:00
iceman1001 1101a26957 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-01-04 19:50:13 +01:00
iceman1001 50a1c63470 improved the SEOS annotation, also added a trace file to look at 2024-01-04 19:49:59 +01:00
Iceman 69cc139c7c
Merge pull request #2231 from mazodude/master
Add alt Disney AID for desfire
2024-01-04 14:42:48 +01:00
mazodude 73e8d452af Add alt Disney AID for desfire 2024-01-04 22:21:58 +10:00
iceman1001 dc80ef3713 style 2024-01-04 13:13:54 +01:00