ragdog Posted October 3, 2012 Posted October 3, 2012 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
Aguila Posted October 4, 2012 Posted October 4, 2012 What is primary and entire memory? This is defined by winhex. There is no general definition.
atom0s Posted October 4, 2012 Posted October 4, 2012 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now