- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsIam creating an application like resource hacker. I want to change the title bar text of a window whose handle I can find out using SPY++.
Is there any way I can make modifications to the resources of the assembly and change the title by my code, so that the change is permanent.
Are there are tools free or commercial like my program? which can change the title bar text of a windows executable and assemble it back. If the text is hardcoded in the exe, I want to change it there , I have heard there are tools which are able to change menu items text.
Iam open to suggestions.
Iam using VC++ to code my application. Is dissassembly an option? I can speak assembly language and I use ollydbg very often to debug third party tools
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jaime_olivaresPosted on 2009-09-13 at 12:40:24ID: 25321445
This question is barely legal here in EE. Hacking activities are not encouraged here. en-us/libr ary/ms6480 49(VS.85). aspx
I can tell you that your question is not related to assembly language. Just to the .exe file format.
There are many Resource-related functions in WinAPI, main one is UpdateResource:
http://msdn.microsoft.com/