Commit Graph

11143 Commits

Author SHA1 Message Date
iceman1001 e82c554dfc text 2024-01-07 23:07:49 +01:00
iceman1001 38cf64c196 text 2024-01-07 22:31:00 +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 e1d81f6faf Fix embedding GD under MinGW 2024-01-07 17:00:52 +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 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 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
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
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 f0f9656e96 fix getopt return value 2024-01-02 23:24:07 +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
iceman1001 238572c337 style 2024-01-01 21:52:05 +01:00
Iceman 1abb3ecf97 Merge pull request #2227 from bettse/hf_search_iclass_hint
Add hint for iClass in `hf search`
2024-01-01 21:05:51 +01:00
Eric Betts aa0ea47289 Add hint for iClass in hf search 2024-01-01 09:18:58 -08:00
iceman1001 1dee6c07d2 fixed the correct identification of used communications channel and made sure its only called once 2024-01-01 12:15:35 -05:00
nvx d156e48a83 hf 14a apdu now uses the FWI and SGFI values from the ATS to determine an appropriate timeout.
This fixes issues when using the command against cards that indicate really slow times, such as card emulation by hf_cardhopper.
2024-01-01 21:14:32 +10:00
iceman1001 e9972bd060 minimize output when READLINE lib is used then there is no need for user to manually reconnect. Increased sleep, gives more time for OS to do other things 2024-01-01 12:05:20 +01:00
iceman1001 0dedfe9ee8 missing some old output for NVX running on proxspace/mingw. Might need even more spaces for all escape codes. the best would be a escape code to clear the line 2024-01-01 10:07:49 +01:00
Iceman 722b5cc66d Merge pull request #2225 from wh201906/reconnect
Some fixes for the reconnect feature
2024-01-01 10:03:24 +01:00
wh201906 b414081e3e Add throttling in reconnecting thread 2024-01-01 16:09:24 +08:00
wh201906 47376c84ea Disable print when reconnect 2024-01-01 15:55:54 +08:00
Iceman d99fbfcaef Merge pull request #2210 from unknown10777/master
fix usart btfactory for HC series module
2024-01-01 08:53:04 +01:00
iceman1001 1eff30ccc1 fix number of duplicates... 2024-01-01 08:51:51 +01:00