Iceman
Iceman
funny thing, the .moc.cpp is created by QT... So its nothing we have control over more than it might be needed to regenerate on your systems?
you will need to modify the Makefiles / Cmakefile to use QT6 instead.
keep it open until you got some more answers.
> I simply replaced "`CONFIG += c++17`" with "`CONFIG += c++20`" in the project file. And also added this: "`DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000`" Interesting find, You added the c++20 in the...
Reminder, SKIPQT means you will not get the `data plot` window You also mentioned: ``` Deleting the substrings mfkey and 'nonce2key' from line 139 fixed that. ``` Where did you...
We have the following solutions: - @doegox patch the QT file `qfutureinterface.h` - @GladiatorX2016 patch the makefile `CONFIG += c++20` - @sh7d suppress the message and the snprint issue which...
Forget my link to JohnMcLer, that was me trying to find the method via google. Instead I extracted the source for NFC-Reader-Library-4.010-2.deb package. ``` phStatus_t phbalReg_Stub_Exchange( phbalReg_Stub_DataParams_t * pDataParams, uint16_t...
The bug is triggered in my stress tests, when sending a select/write sequence in a loop with a sleep 1sec each iteration. It takes around 240-320 times before triggered. If...
There is a more modern electra format which is discussed in that link. The PM3 doesn't not identify that part yet. I did add the cloning support. https://github.com/RfidResearchGroup/proxmark3/commit/c544d67d2bc7d49579da4e197ee50fa85a37343b
The SAK & ATQA shouldn't be a issue. However you would need all keys from a toytag, which you need to use libnfc or a proxmark3 for.