Hallo! Kann mir vielleicht jemand erklären, was ich mit diesem Programm alles machen kann ? Was sind sog. Resourcen ?
Ich habe mir das Programm besorgt, weil ich das Aussehen bzw. das icon von Programmen oder Dateien ändern wollte, aber so, das diese hinterher noch funktionieren.
Geht das mit diesem Programm überhaupt? Welche tools könnte ich sonst nehmen (möglichst in deutsch) ?
Danke im voraus für alle Antworten.
Programmieren - alles kontrollieren 4.935 Themen, 20.621 Beiträge
RTFM und hier ein Auszug davon !!!
Introduction:
Resource Hacker™ has been designed to:
1. View resources in Win32 executable and related files (*.exe, *.dll, *.cpl, *.ocx) 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.