PDA

View Full Version : Changing the ID of a window , how to ?


Neitsa
07-28-2003, 03:53 PM
Hello everyone,

Maybe my question seems strange, but all i want to know is if it's possible to change the ID of a window in OllyDBG. For instance, imagine that a Message box as the ID x0BB9 and i want it to be x007B. How could i do it ? Is it possible in Olly ?

Thank you very much.

Anonymous
07-29-2003, 01:25 AM
No, it's not possible.

blabberer
07-29-2003, 08:10 AM
r u talking about control id of a button etc they are in resource section of an exe u can view them by using view--->memory ---->executable modules---->.rsrc ---dump

u can also use view resoure blah its available in right click somewhere and dump it

you can edit them using ctrl+e in cpudump and then save them back to the original exe using copy to executable

Neitsa
07-29-2003, 10:59 AM
thank you very much, that's all i want to know !