Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Resource Hacker

Post Reply
InterserveVB
Posts: 3
Joined: 2007-12-12 16:09

Resource Hacker

Post by InterserveVB »

I just downloaded Resource Hacker and made the nessisary modifcations to the SC style GUI interface. Now I am trying to change the chat names so that it says my companies name instead of <desktop> when I talk to people. How do I do this? Also I want it to say "Company Name Chat" on the title bar instead of "Chat PCHelpware".
gunsmoke
40
40
Posts: 85
Joined: 2008-07-26 01:01

Re: Resource Hacker

Post by gunsmoke »

Did you ever work this out mate :|

As im having the same problem :oops:
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Resource Hacker

Post by YY »

I found the "Chat PCHelpware" title bar is stored inside 1CHATDLL.dll, so you need to modify it with Resource Hacker.

The exact location of the title bar is at:
1CHATDLL.dll \ Diaglog \ 165 \ 1033 \ CAPTION " Chat - PcHelpWare"


This file are used by both Server end & Viewer end. At Viewer end, you just need to put the modified 1CHATDLL.dll into the same folder as the viewer.

For Server end, you need to re-create a new EXE with this modified 1CHATDLL.dll embedded.
gunsmoke
40
40
Posts: 85
Joined: 2008-07-26 01:01

Re: Resource Hacker

Post by gunsmoke »

Ooops I should have said that I tried that . :-]

I've changed the 1CHATDLL.dll file in the "pchelpware", "create_server" , "server" folders but everytime I make a new server using the viewer it has the "Chat - PCHelpware" at the top of the chat window :roll:
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Resource Hacker

Post by YY »

gunsmoke wrote:I've changed the 1CHATDLL.dll file in the "pchelpware", "create_server" , "server" folders but everytime I make a new server using the viewer it has the "Chat - PCHelpware" at the top of the chat window :roll:
:o You are right!!!! I can repeat the result.
Very interesting .... but I have no other idea ....
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Resource Hacker

Post by YY »

Finally I found the locations of the Chat Name (desktop) and Title Bar (Chat PcHelpware) where kept inside the 1CHATDLL.dll

The ResHacker is not useful in this case, and I found it with the help of a HEX editor ... it is located at an offset location starting from 11088 (hex) inside 1CHATDLL.dll.

I made a simple modification, and the picture below is the result, such that:
Desktop --> Client
Chat PcHelpWare --> Chat YY Support


Image
gunsmoke
40
40
Posts: 85
Joined: 2008-07-26 01:01

Re: Resource Hacker

Post by gunsmoke »

wow

could you let me know what HEX editor you used?
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Resource Hacker

Post by YY »

The one I used is HexEdit, which is a very basic & simple Hex Editor.

The below are the captures of how I patched the 1CHATDLL.dll with it.


Before Patch:
Image


After Patch:
Image
Post Reply