文檔金喜正規買球>>VMPsoft中文文檔>>內置功能
內置功能
除了腳本語言的類方法和屬性外,VMProtect 還向用戶提供各種功能,以實現其基本操作。有一般的系統功能來處理字符串、日期和數字,以及應用程序的命令;還有專門的功能來處理VMProtect核心和水印:
- sring
- table
- math
- bit32
- io
- os
- vmprotect
namespace vmprotect { Core core(); // returns the VMProtect core string extractFilePath(string name); // extracts the path of a file string extractFileName(string name); // extracts the name of a file string extractFileExt(string name); // extracts the extension of a file table commandLine(); // returns the command line FFILibrary openLib(string name); // opens a library };