Log in

View Full Version : Change the window name


MagMa
November 14th, 2005, 10:47
hi im trying to change the window name, but i cannot find where the string is stored.

hola.. estoy tratando de cambiar el nombre de una ventana, pero no encuentro donde esta el string.

any idea?
or any tutorial explaining how the window handles works in olly?
thanks

Ricardo Narvaja
November 14th, 2005, 11:03
put a Bp in CreateWindowExA maybe stop when is created

Ricardo Narvaja

MagMa
November 14th, 2005, 11:36
thanks for reply ricardo..
it doesn´t stop with that api..
i was looking and it create multiple threads, first a nag screen and then the window using a name, and then it change the name,... it uses windowprocA and wm commands, but anyway i cannot find where stores the name
i tried setting a bp everytime it calls windowprocA but when it change its name, it seems to use another api O_o

MagMa
November 14th, 2005, 11:43
i also tryed searching for the string in the memory before start the program and it doesn´t apear to be there at least as ascii or unicode

Ricardo Narvaja
November 14th, 2005, 16:47
try mesaagespy method look in my http there are two tutorials.

Ricardo