
Originally Posted by
Radu97
what about client and engine ?
.
Splitting the name into 3 parts, clientStart, clientContain, clientEnd.
clientStart = "cli";
clientContain = "ent";
clientEnd = ".dll";
All you would need to do is edit your memory class, Search for a module that starts with clientStart, contains clientContain and ends with clientEnd.
So long as you never piece all 3 parts together, The blacklisted word "client.dll" is never found.
This would be a temporary fix but should work.
- - - Updated - - -

Originally Posted by
pean153
or just XOR runtime string encryption.. ?
That works too but I'm faaaaaar to lazy for that shit.
Also passing the XOR encrypted string to a module finder would be a bit of hassle.