Extract instructions from the body of the application

/RIP_CODE[=%[:Filename.Ext]]

Dongle type:

Any

Parameter value:

1<=%<=100Probability of instructions transferring, 50 by default
FileName.ExtA path to the map file. An optional parameter

Description:

This option allows the autoprotection utility to extract some instructions from the body of the native application and transfer them into a virtual machine body.

Do not set /RIP_CODE together with /RIP_CODE_LIST

Example:

NwKey32.exe /GS3S /RIP_CODE=10 MyProg.exe

The application will be bound to Guardant Sign. Instructions will be transferred from the application body into the virtual machine with a 10% probability.

NwKey32.exe /GS3S /RIP_CODE=40:D:\Mypath\MyApp.map MyProg.exe

The application will be bound to Guardant Sign. Instructions will be transferred into the virtual machine with a 40% probability. MyApp.map file is used.

NwKey32.exe /GS3S /RIP_CODE=50:D:\Mypath\ MyProg1.exe MyProg2.exe

MyProg1.exe and MyProg2.exe will be bound to Guardant Sign. Instructions will be transferred from the application bodies into the virtual machines with a 50% probability. Map files from the D:\Mypath\ folder are used.

  • No labels