Log in

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


Neitsa
July 28th, 2003, 14:53
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
July 29th, 2003, 00:25
No, it's not possible.

blabberer
July 29th, 2003, 07:10
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
July 29th, 2003, 09:59
thank you very much, that's all i want to know !