zoukankan      html  css  js  c++  java
  • enigmavb vitual folder

    enigmavb vitual folder

    https://enigmaprotector.com/assets/files/enigmavb.exe

    File Path - points to the real file that will be embedded. This file must exists. Click on Browse button to change the file.

    Virtual Path - specify the position of the file in the virtual files list. Note, virtual path can be started from a root folder (relative path) or from a drive letter (absolute path). There are following root folder names that can be used for Virtual Path:

    • %DEFAULT FOLDER% - folder where the protected module is located;
    • %SYSTEM FOLDER% - System32 (WinNt) or System (Win9X) subfolder of the Windows installation folder;
    • %WINDOWS FOLDER% - Windows installation folder;
    • %My Documents FOLDER% - My Documents folder. Attention: For operating systems of Windows NT family there are individual "My Documents" folders for each user;
    • %My Pictures FOLDER% - My Pictures folder. It has same warning as for My Documents folder;
    • %Program Files FOLDER% - Program Files folder;
    • %Program Files, Common FOLDER% - Program FilesCommon folder;
    • %AllUsers, Documents FOLDER% - AllUsersDocuments folder;
    • %History FOLDER% - History folder. It has same warning as for My Documents folder;
    • %Cookies FOLDER% - Cookies folder. It has same warning as for My Documents folder;
    • %InternetCache FOLDER% - InternetCache folder. It has same warning as for My Documents folder;
    • %ApplicationData FOLDER% - Application Data folder. It has same warning as for My Documents folder.
    • %Temp FOLDER% - Temporary folder;
    • %AllUsers, ApplicationData FOLDER% - AllUsersApplication Data folder;
    • %Local, ApplicationData FOLDER% - LocalSettingsApplication Data folder.

    Examples:

    • %DEFAULT FOLDER%mydll.dll, means mydll.dll will be placed in the same folder with the packed executable file;
    • %DEFAULT FOLDER%dataintro.avi, the file will be placed in the data folder that is located in the same folder with packed file;
    • %SYSTEM FOLDER%key.dat - the file will be placed in the system folder with the name key.dat (for example, in to the folder c:WindowsSystem32)
    • C:myfile.key, it is absolute path where the file will be located. 

    ========== End

  • 相关阅读:
    POJ 2259 Team Queue(队列)
    AcWing 129 火车进栈(模拟,dfs)
    AcWing 128 编辑器(对顶栈)
    AcWing 106 动态中位数(对顶堆)
    AcWing 124 数的进制转换 (高精度)
    AcWing 126 最大的和(贪心,前缀和,暴力ver.)
    【模板】二维凸包 / [USACO5.1]圈奶牛Fencing the Cows
    「BZOJ 3209」花神的数论题
    「BZOJ 2142」礼物
    扩展卢卡斯定理(Exlucas)
  • 原文地址:https://www.cnblogs.com/lsgxeva/p/12106129.html
Copyright © 2011-2022 走看看