ajkhoury/ReClassEx

ReClass Selecting Wrong Base Address

Closed this issue · 2 comments

So basically there are a few modules that contain the same text. For example,
"client.dll" and "steamclient.dll" both contain "client.dll"
And for whatever reason, reclass will take the base address of "steamclient.dll" instead of "client.dll" (I even tried using quotes!)
Here's a pic of the bug:
http://image.prntscr.com/image/b908bb602e274e3cb4d68320d564c908.png

was using StrStr to compare strings for text address, should be fixed now fa2f119

Thanks for opening an issue for this :)