Editing Program?

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Editing Program?

Post by Losing_grip »

Just wondering how to simply edit some program... like example i got
Tasker program and i would like to change the name or change the color of it? how can i do that? ^^
thx in advance

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

you can change all the text and the names with reshack dont know about the colors tho

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

decompile/disassemble and re-code those properties to your desire

User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Post by Losing_grip »

Thanks guys

bubzuru can you post a link? :)

thanks

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »


User avatar
Losing_grip
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 485
Joined: 22 Apr 2007, 16:00
16
Location: Behind Socks5

Post by Losing_grip »

Thanks bubzuru :)

User avatar
n3rd
Staff Member
Staff Member
Posts: 1474
Joined: 15 Nov 2005, 17:00
18
Location: my own perfect world in ma head :)
Contact:

Post by n3rd »

CircuitB0mB wrote:decompile/disassemble and re-code those properties to your desire
if I where to do this, would this "new" thing respons to the existing internet connection or would it ignore me?.

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

wot do you mean

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

bubzuru wrote:get it here :wink:
Resource Hacker just rips the properties of a executeable or file and displays them. It was made for some sort of a ripping of icons and other stuff for other use. But, i dont think you can actually resave the .exe and replace it with the next text, never really tried it besides ripping GUI graphics.. ^^
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

hmmm....

Resource Hacker™ has been designed to:

1. View resources in Win32 executable files
(*.exe, *.dll, *.cpl, *.ocx) and in Win32
resource files (*.res) in both their compiled
and decompiled formats.

2. Extract (save) resources to file in:
*.res format; as a binary; or as decompiled
resource scripts or images.
Icons, bitmaps, cursors, menus, dialogs,
string tables, message tables, accelerators,
Borland forms and version info resources can
be fully decompiled into their respective
formats, whether as image files or *.rc text
files.

3. Modify (rename or replace) resources in
executables. Image resources (icons, cursors
and bitmaps) can be replaced with an image from
a corresponding image file (*.ico, *.cur, *.bmp),
a *.res file or even another *.exe file.
Dialogs, menus, stringtables, accelerators and
messagetable resource scripts (and also Borland
forms) can be edited and recompiled using the
internal resource script editor.
Resources can also be replaced with resources
from a *.res file as long as the replacement
resource is of the same type and has the same
name.

4. Add new resources to executables.
Enable a program to support multiple languages,
or add a custom icon or bitmap (company logo
etc) to a program's dialog.

5. Delete resources.
Most compilers add resources into applications
which are never used by the application.
Removing these unused resources can reduce an
application's size.
:wink:
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

Post Reply