Closed PancakeTAS closed 5 months ago
(this fixes #404)
Just wanted to chime in and say that I can confirm this patch works, built locally and works great! Thanks!
IsBadReadPtr should not be used regardless, I will make an update shortly
IsBadReadPtr should not be used regardless, I will make an update shortly
what do you suggest?
This is an odd one, but it appears that LoadLibraryEx at least in the current proton/wine version does not return a single long buffer and instead has some holes in it. I couldn't pinpoint where those holes where, but
IsBadReadPtr
is meant for exactly this purpose. With it in place the pattern search works again.