A soft wrapper around the Resource Hacker for Windows by Angus Johnson
var reshacker = require("../win-reshacker");
reshacker.modifySync('cooltool.exe', 'cooltool-modified.exe', 'branding.res', '1,1,1088');
Optional
Type: string
Changes the path to the ResHack executable used for the command execution. By default, it will be assumed that ResHack.exe is on the PATH.
This method method calls the corresponding CLI '-add' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where the modified executable should be saved.
Required
Type: string
The path to the resource file that should be read
Optional
Type: string
Default: ,,,
The resource mask used for applying the read resource.
This method method calls the corresponding CLI '-addskip' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where the modified executable should be saved.
Required
Type: string
The path to the resource file that should be read
Optional
Type: string
Default: ,,,
The resource mask used for applying the read resource.
This method method calls the corresponding CLI '-addoverwrite' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where the modified executable should be saved.
Required
Type: string
The path to the resource file that should be read
Optional
Type: string
Default: ,,,
The resource mask used for applying the read resource.
This method method calls the corresponding CLI '-modify' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where the modified executable should be saved.
Required
Type: string
The path to the resource file that should be read
Optional
Type: string
Default: ,,,
The resource mask used for applying the read resource.
This method method calls the corresponding CLI 'add' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where and in which format the read resources should be written to.
Optional
Type: string
Default: ,,,
The resource mask used for selecting the resources to be extracted.
This method method calls the corresponding CLI '-delete' method of ResHack.exe. See the Resource Hacker Help/ CLI Documentation for more information (although it is sparse).
Required
Type: string
The target executable for the operation
Required
Type: string
The target path where the modified executable should be saved.
Optional
Type: string
Default: ,,,
The resource mask used to select the resources that should be deleted.