mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-03-30 17:05:46 +00:00
* hardnested test fixed, increased timeout on mf1_hard_nested_acquire to fix cmd exec timeout on clone * hardnested recovery(cli command not yet ready), based in noproto/HardnestedRecovery * removed compiled binary * Hardnested cli ready * removed some unnecesary files * removed unnecesary cached files * cmake now builds hardnested too * removed license.md * added liblzma source(should fix checks not passing) * i missed a line * trimmed xz sources * cmake now links local liblzma.a * third try(warning solved) * cmake now builds and links correcctly liblzma.a * xz-5.8.1 vfolder renamed to xz * fixed paths * runner test * removed wrong placed check * disable landlock under windows * missing files * missing files * windows strtok fix * corrected lzma path under windows * fix * set release config for liblzma * corrected path * trailing_zeros * msclock * msclock integer issue * msclock missing header * fallback if not using msvc * deleted include by accident * revert clock change * change custom target for custom command * windows fmemopen implementation * wrong path * wrong name * use fmemopen only when not using msvc * use fmemopen.h when building on windows, non msvc * re-add static link * wrong filename * pthread handling for mingw(proxspace) * cleanup