keyauth-cpp-library icon indicating copy to clipboard operation
keyauth-cpp-library copied to clipboard

refactor: migrate project to C++20 and improve client security

Open officialchristheg opened this issue 1 month ago • 4 comments

  • change project standard to C++20
  • add CProtection API
  • replace Sleep() with std::this_thread::sleep_for()
  • refactor get_hwid() to syscall functions
  • general code cleanup

officialchristheg avatar Oct 29 '25 08:10 officialchristheg