Posted October 3, 201212 yr Hi @AllI coding a new toy this scan a Memory from ProcessI use GetSystemInfo and VirtualQueryEx to calc the MemoryNow is the question how can i calc the Primary Memory and Entire Memory example Winhex?Regards,ragdog
October 4, 201212 yr What is primary and entire memory? This is defined by winhex. There is no general definition.
October 4, 201212 yr Comparing WinHex's data to what VirtualQueryEx returns, it looks like Primary Memory is just dumping each page that is returned from VirtualQueryEx.Not including the shared memory pages for system dlls though.Which seems to be what they return if you choose Entire Memory.
Create an account or sign in to comment