Protect imported functions using a list:

/IMPORT_HOOK_LIST

Dongle type:

Any

Description:

/IMPORT_HOOK_LIST allows selecting from a list and protecting imported functions.

Do not use /IMPORT_HOOK_LIST together with /IMPORT_HOOK

A configuration file named MyApp.exe_IH.piw needs to be placed in the same folder with the protected file when using this option. This file contains a list of protected/unprotected imported functions.

Disassembly of application and imported functions analysis, as well as config file generation is done automatically using the profiler, which can be used separately (NativeProfilerGUI.exe) or launched from the Autoprotection and licensing wizard.

An ini-file is created as a result of the profiler’s operation. In this file, protecting functions are marked with “+” and functions that do not require protection are marked with “-”.

The configuration file generated by the wizard can be edited and further used when protecting imported functions from the command prompt.

Example:

NwKey32.exe /GS3S /IMPORT_HOOK_LIST MyProg.exe

All imported functions of MyProg.exe marked with “+” in MyProg.exe_IH.piw will be protected. At the moment of protection, the file MyProg.exe_IH.piw originally created by the wizard should be placed in the same folder with MyProg.exe. 

  • No labels