rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
738 stars 90 forks source link

Consider using WMI to get the boot time on Windows #197

Open rdbo opened 4 months ago

rdbo commented 4 months ago

The current way of getting the boot time is through an undocumented NT API, which might change in the future (even though it works at least since Windows 7 and hasn't changed since).