Commit Graph
21192 Commits
Author SHA1 Message Date
kormax 10a3fa7e6d Add request specification version to 'hf felica info' 2026-03-05 20:30:30 +02:00
kormax ec25ea77a4 Extract more information with 'hf felica info' 2026-03-05 17:11:30 +02:00
Iceman 20eb4294f1 Merge pull request #3110 from kormax/felica-retries
Refactor helpers for 'hf felica' commands; add retries
2026-03-05 05:08:31 +01:00
kormax 2e4290c5fe Refactor helpers for 'hf felica' commands; add retries 2026-03-04 18:50:21 +02:00
Iceman dc04f82393 Merge pull request #3109 from kormax/felica-handle-inverted-polarity
Handle inverted polarity RX frames in 'hf felica'
2026-03-04 10:18:12 +01:00
kormax f855866ce0 Handle inverted polarity RX frames in 'hf felica' 2026-03-04 09:49:23 +02:00
CaffeinatedOpe b1a77328b8 move shell.nix file into tools, updated docs 2026-03-03 15:37:07 +01:00
CaffeinatedOpe aea877a2c2 fix typo in documentation 2026-03-03 15:37:07 +01:00
CaffeinatedOpe 106f1abcac update documentation 2026-03-03 15:37:07 +01:00
CaffeinatedOpe 44e3366770 add nix.shell, all build requirements fulfilled 2026-03-03 15:37:07 +01:00
Iceman a5cfd35120 Update Troubleshooting.md
Signed-off-by: Iceman <iceman@iuse.se>
2026-03-03 12:23:20 +01:00
Philippe Teuwen e2b11e937f 2026-03-02 12:50:34 +01:00
Iceman fee0467ad7 Merge pull request #3105 from msaribekyan/master
26ABFC3C24FB
2026-03-02 04:31:04 +01:00
Iceman 8232806f12 Merge pull request #3106 from kormax/aliro-stepup
Add StepUp flow support to 'hf aliro read' command
2026-03-02 04:30:20 +01:00
kormax 6b66d10acc Add StepUp flow support to 'hf aliro read' command 2026-03-01 23:01:30 +02:00
Mher Saribekyan 2a45283263 26ABFC3C24FB 2026-03-02 00:49:51 +04:00
Philippe Teuwen 64247b33b1 Init PLATFORM_DEFS 2026-03-01 21:00:05 +01:00
Philippe Teuwen 0304977eba tabs 2026-03-01 15:27:31 +01:00
Philippe Teuwen 5175c32c35 Fix makefile warning when there is no qt6 available 2026-03-01 15:27:18 +01:00
Philippe Teuwen c682ad3503 reintroduce a ubuntu 22.04 dockerfile to test old setups (e.g. old WSL) 2026-03-01 13:27:53 +01:00
Philippe Teuwen 55df8edbba Add support for Qt 6.2.4 (Ubuntu 22.04) 2026-03-01 13:23:07 +01:00
Philippe Teuwen a3996fe38c guard some hardening flag for gcc < 12 2026-03-01 13:04:41 +01:00
Philippe Teuwen 14a26b3f90 doc 2026-03-01 12:42:57 +01:00
Philippe Teuwen fe212d7f7f Fix mqtt compilation in Proxspace with Qt6 and cmake
D:/a/proxmark3/proxmark3/client/deps/mqtt/win32_sockets.h: In function 'open_nb_socket':
D:/a/proxmark3/proxmark3/client/deps/mqtt/win32_sockets.h:35:25: error: format '%s' expects argument of type 'char *', but argument 3 has type 'WCHAR *' {aka 'short unsigned int *'} [-Werror=format=]
   35 |         fprintf(stderr, "error: getaddrinfo: %s", gai_strerror(rv));
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
2026-03-01 11:27:44 +01:00
Philippe Teuwen 7b8b759d95 Test Qt6 in Proxspace 2026-03-01 10:54:01 +01:00
Philippe Teuwen 876a41ea84 Update macports doc. UNTESTED 2026-03-01 00:30:19 +01:00
Philippe Teuwen 9eb42e29d9 changelog 2026-03-01 00:19:09 +01:00
Philippe Teuwen c529895e68 remove Qt support from experimental_lib 2026-03-01 00:13:48 +01:00
Philippe Teuwen fcb337f086 makefile: limit qt6 fix 2026-02-28 23:45:58 +01:00
Philippe Teuwen 4ec098ee9d cmake: Workaround for buggy Qt 6.4.2 & 6.6.3 2026-02-28 23:40:57 +01:00
Philippe Teuwen 8fdf0ab66f Update CI for cmake+qt6 2026-02-28 22:41:20 +01:00
Philippe Teuwen 904075ecc7 Add Qt6 to cmake 2026-02-28 22:16:35 +01:00
Philippe Teuwen e63430adb9 compile with -fPIC instead of -fPIE
CodeQL error:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1287:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (and not with -fPIE)."
 1287 | #  error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\
      |    ^~~~~
2026-02-28 22:15:32 +01:00
Philippe Teuwen 7911882530 qt6 typo 2026-02-28 19:54:27 +01:00
Philippe Teuwen 20d194e5bd Makefile: serialize targets to avoid interleaved compilations. -j still supported. 2026-02-28 19:53:41 +01:00
Philippe Teuwen 55e58466aa Fix C++ flags handling (fix relocation error on Fedora 41) 2026-02-28 18:15:44 +01:00
Philippe Teuwen f9cfda9a72 Add hardening flags (NOHARDENING=1 to disable them) and fix Windows stringop-overflow 2026-02-28 16:22:44 +01:00
Iceman 0e5ca3a796 Merge pull request #3104 from kormax/aliro
Add `hf aliro` commands
2026-02-28 04:49:13 +01:00
kormax d14763535b Add 'hf aliro read' command 2026-02-27 22:59:23 +02:00
kormax de94afa4f6 Add 'hf aliro info' command 2026-02-27 20:26:50 +02:00
Philippe Teuwen 1c8445dfe3 doc 2026-02-27 16:59:43 +01:00
Philippe Teuwen 466931137d CI: add some retry on Proxspace initialization 2026-02-27 15:54:57 +01:00
Philippe Teuwen 65be119a42 CI WSL: upgrade to Ubuntu 24.04 and Qt6 2026-02-27 15:54:29 +01:00
Philippe Teuwen 866fe62666 update doc for osx homebrew with qt6 2026-02-27 14:06:43 +01:00
Philippe Teuwen 8d3eca3d58 Qt6: update doc 2026-02-27 14:02:13 +01:00
Philippe Teuwen 93791a0d9b Add SKIPQT6 if one wants to force Qt5 2026-02-27 13:15:12 +01:00
Philippe Teuwen b2df498e3e fix the fix of the fix 2026-02-27 00:41:22 +01:00
Philippe Teuwen d5d8a7192a Qt6: makefile fixes 2026-02-27 00:38:05 +01:00
Philippe Teuwen b2d34ddc15 Fix for Ubuntu 24.04 Qt6 2026-02-27 00:20:54 +01:00
Philippe Teuwen 9d97588c84 docker updates 2026-02-27 00:01:14 +01:00