Jump to content

Recommended Posts

Posted (edited)

I'm not interested in doing your work. I have enough work of my own to do. However, I read your post. Scan the memory the application is using, not everything in the entire 2GB virtual address space. Learn which pages you actually need to scan and scan those. You'll never get the performance down to C++ speed but you can bring it down some by writing a smarter scan algorithm.

I don't want someone to do my work for me. But I also don't want people posting replies in my topics about how stupid something is, or how wrong it is, and then not offer the solution, or just some general pointers. I never asked anyone to "Code" anything for me.

I already reduced the scan area to a selected group of pages with VirtualQueryEx, which is why the scan time is down to 4 hours instead of 4 days. Perhaps reworking the scan algorithm is an option. See? That's a pointer, and you didn't have to code a thing for me.

Edited by Nomad

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...