Search found 1 match

by Ryan3
Mon Sep 21, 2020 7:21 am
Forum: General Discussions
Topic: Run .cea scripts in C++/AOB Scanning Naruto Storm 4
Replies: 1
Views: 4310

Re: Run .cea scripts in C++/AOB Scanning Naruto Storm 4

You may consider using VirtualQuery to find out which memory regions are actually existent, and QueryVirtualMemoryInformation which may tell you whether a page is private (private pages likely being the only ones you are interested in for cheats). Otherwise you can of course just call ReadProcessMem...