Posted: Sun Dec 09, 2007 4:15 am Post subject: Feature Suggestion: scanning method
For computers with good storage capacity, this would be a cool feature, an alternative to the normal scanning paradigm of creating a criteria, filtering by that criteria, and reducing the set with each subsequent search.
Instead, take a snapshot of the program memory every time requested by the user. Then, results can be generated from these files using the standard scanning procedures.
This has the advantage of allowing and possible combination of searches to be performed on the same memory, as well as allowing pseudo-instant scanning: snapshots could theoretically be taken faster than searches would have been completed, removing the forced delay between scans caused by scan times.
~nog_lorp _________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
Joined: 09 May 2003 Posts: 25918 Location: The netherlands
Posted: Sun Dec 09, 2007 8:20 am Post subject:
this will be a lot slower than memory scanning from an active process since the bottleneck in memscanning actually is the speed of the harddisk, not the memory. Saving a snapshot to disk takes 8 times longer than reading through the memory and only saving the matching addresses to disk
also, because it's a snapshot scanning for changes or increased values is impossible _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
Couldn't the snapshot be stored in memory instead? How would this compare speed-wise?
Also, the idea is to take several snapshots, and then perform scans as if each snapshot was the memory at the moment. So then, you would say "Snapshot 1: Unknown Value, Snapshot 2: Increased ...".
~nog_lorp _________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum