WindowsInternals
WindowsInternals copied to clipboard
Windows Internals Book 7th edition Tools
Support Win10 - modify _PF_MEMORY_RANGE_INFO structure, set version to 2 and flags to 0. Found information on https://blog.midi12.re/systemsuperfetchinformation/ from @midi12. We should add a function for "Windows version test", but...
(62ac.3cd0): Access violation - code c0000005 (!!! second chance !!!) *** WARNING: Unable to verify checksum for D:\git\personal\zodiacon\WindowsInternals\x64\Debug\MemInfo.exe MemInfo!PfiInitializePfnDatabase+0x29e: 00007ff6`02563c8e 48894808 mov qword ptr [rax+8],rcx ds:000001cb`b7b54008=???????????????? 0:000> kv # Child-SP...
Thanks for a great book Pavel, and for sharing code samples. I'm interested in using CPU Sets to dedicate certain CPU cores to real-time signal processing tasks. I've played a...
meminfo is crashing at "Initializing PFN database. it just quit no done or error message. event log: Faulting application name: MemInfo.exe, version: 0.0.0.0, time stamp: 0x5c57bd17 Faulting module name: MemInfo.exe,...
in UwpList.cpp in **BuildCapabilityMap** `string name(caps, cr - 1);` assumes `\r\n` line feed but after getting sources, it was `\n` only. Thus `string name(caps, cr-1);` creates a truncated string, as...