Help me with a question, please.

02/11/2011 00:55 troya83#1
Hello everyone.
I would like to clarify a doubt because in PWBR, the window name are very squares. so... i don't can use the smufit.
I wonder if there is any way to use OllyDbg to change the window name, so I can use the Smurfit and open more windows.
Thanks.
02/11/2011 15:39 Sᴡoosh#2
The window name is unicode then I guess, and you are probably using xp wthout asian language files.

You can use olly to change the jump though, its easy as heck.

Edit : Check this link :

[Only registered and activated users can see links. Click Here To Register...]

Or search for MessageboxA api call, then bp it and check from where it gets called. Easiest is per strref though.

Cheers
02/11/2011 20:04 troya83#3
here the exemple

[Only registered and activated users can see links. Click Here To Register...]

i need change this window name. =(
02/13/2011 10:56 Interest07#4
just search running processes for elementclient.exe and change titles using the processId you get from there.