Skip to content

v1.10.0

Compare
Choose a tag to compare
@ClementDreptin ClementDreptin released this 25 Aug 15:45
· 7 commits to master since this release

Features

  • Added wide string versions Log::Info and Log::Error
  • Rewrote the Detour class entirely and added support for detouring functions from imported modules
  • Added a EXCREATETHREAD_FLAG enum for Memory::ThreadEx creation flags (was just a uint32_t previously)
  • Added a Formatter::ToNarrow function which is the opposite of Formatter::ToWide
  • Added a Hypervisor class read from/write to the hypervisor memory
  • Added a Math::RoundToNextMultipleOf<uint32_t> function