|
static void | InjectIcon (string exeFileName, string iconFileName) |
| Injects an icon into the specified executable file.
|
|
static void | InjectIcon (string exeFileName, string iconFileName, uint iconGroupID, uint iconBaseID) |
|
◆ InjectIcon() [1/2]
static void xeno_rat_server.IconInjector.InjectIcon |
( |
string | exeFileName, |
|
|
string | iconFileName ) |
|
inlinestatic |
Injects an icon into the specified executable file.
- Parameters
-
exeFileName | The path of the executable file to which the icon will be injected. |
iconFileName | The path of the icon file to be injected. |
iconGroupID | The ID of the icon group within the executable file. |
iconBaseID | The base ID of the icon within the group. |
- Exceptions
-
IconFileException | Thrown when there is an issue with the icon file. |
ResourceUpdateException | Thrown when there is an issue with updating the resource in the executable file. |
◆ InjectIcon() [2/2]
static void xeno_rat_server.IconInjector.InjectIcon |
( |
string | exeFileName, |
|
|
string | iconFileName, |
|
|
uint | iconGroupID, |
|
|
uint | iconBaseID ) |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/xeno rat server/MainForm.cs