CSV3Hook Wierd problem.

07/16/2014 17:06 abdoumatrix#1
hey all.
do any one know why when i compile the project normaly it don't open website that invoked by chat packet or by closing the client.

but when i change the "Use of MFC " from "static Library" to "Standard Window Library" it open website when i close the client but i can login and always see invaild id message.
[Only registered and activated users can see links. Click Here To Register...]


(:D excuse me i don't have much knowlodge in c++ )
07/16/2014 18:36 WolF:d#2
So Simple that's because you are hooking Shell32.dll

search for this line
CreateHook32(lib_func("Shell32.dll", "ShellExecuteA"), csv3_shellexec, &shellexec_stub);

and make it like this:
//CreateHook32(lib_func("Shell32.dll", "ShellExecuteA"), csv3_shellexec, &shellexec_stub);
problem sloved

07/16/2014 18:53 abdoumatrix#3
Quote:
Originally Posted by WolF:d View Post
So Simple that's because you are hooking Shell32.dll

search for this line
CreateHook32(lib_func("Shell32.dll", "ShellExecuteA"), csv3_shellexec, &shellexec_stub);

and make it like this:
//CreateHook32(lib_func("Shell32.dll", "ShellExecuteA"), csv3_shellexec, &shellexec_stub);
problem sloved

Ty :).
07/16/2014 20:25 WolF:d#4
Quote:
Originally Posted by abdoumatrix View Post
Ty :).
Urw;)