Protect imported functions: 

/IMPORT_HOOK[=%:L]

Dongle type:

Any

Parameter value:

1<=%<=100, 30 by default

1<=L<=100, 5 by default

Description:

We recommend turning this option on to avoid setting breakpoints at the beginning of functions being imported.

Do not use /IMPORT_HOOK together with /IMPORT_HOOK_LIST

Parameter % defines the percentage of imported functions to be protected using this method.

Parameter L defines the number of instructions from each imported function to be protected.

Example:

NwKey32.exe /GS3 /IMPORT_HOOK=100:10 /PACK MyProg.exe

All functions imported by application MyProg.exe will be protected. Also the size of the protected Native application will be reduced wherever possible.

  • No labels