Skip to content

Instantly share code, notes, and snippets.

@Midi12
Midi12 / superfetch_physical_memory_ranges_v2.hpp
Created May 27, 2020 14:57
NtQuerySystemInformation SystemSuperfetchInformation Version 2 (since windows 10.0.18362.1 at least)
// see more @ https://www.unknowncheats.me/forum/general-programming-and-reversing/397104-ntquerysysteminformation-systemsuperfetchinformation.html
#pragma once
#include <cstdint>
#include <vector>
#include "lazy_loader_light.hpp"
#include "ntstatus.hpp"