Hello.
I think version 1.9.5 beta is ready.
Download Link
Try version 1.9.6 beta instead.
Download Link
2013 Swimsuits working. (No elins yet, but soon).
This version has massive upgrades over the search function, some of them courtesy of Xdevelnet's ideas. Kudos to them.
I included my tuned configuration this time, you can just delete or overwrite if you want (Options.xml).
Technical stuff (no need to read):
1. Parallel searching. You can tune up the best for your system, in my case 16 threads with High priority was the sweet spot (around 10-30 seconds). Be warned that a high amount of threads can be counter productive, above 128 It slowed down the search in my tests, but go and test yours.
2. Sequential search. Allows to search values each 4 bytes sequence, ignoring intermediate searches, this reduces the number of readings.
3. Validation. Have you ever come to this program saying that all is ok but didn't work? That's almost for sure because a false positive. Currently I support using the 2013 expected value at the expected address as a validation so I can be sure now that, if a value is found, is the correct one.
4. Stack size readings. Around 64 MB was working great here. Too high can improve performance, but reduces significantly the accuracy.
Update: Additional to this, I'm trying a new engine which is waaay faster. Check Version 1.9.6
Please give it a try and tell me how it goes.