mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 10:38:04 +02:00
Added an example of extraction by ordinal to GetBinaryResource docs.
@@ -39,8 +39,20 @@ GetBinaryResource,<Source>,<ResourceType>,<ResourceID>,<OutputPath>[,NOERR]
|
||||
|
||||
### Example 1
|
||||
|
||||
Extract a resource by ID.
|
||||
|
||||
```pebakery
|
||||
|
||||
GetBinaryResource,"%TargetPrograms%\%ProgramFolder%\%ProgramExe","BINRES","RCDBGSYS","%TargetSystem32%\drivers\Dbgv.sys"
|
||||
|
||||
```
|
||||
|
||||
Extract a resource by ordinal.
|
||||
|
||||
### Example 2
|
||||
|
||||
```pebakery
|
||||
|
||||
GetBinaryResource,"%ProjectTemp%\%ProgramFolder%\Files.exe","DAT","#135","%PEPrograms%\%ProgramFolder%\Agent.exe"
|
||||
|
||||
```
|
Reference in New Issue
Block a user