文檔首頁(yè)>>VMPsoft中文文檔>>內(nèi)置功能
內(nèi)置功能
除了腳本語(yǔ)言的類方法和屬性外,VMProtect 還向用戶提供各種功能,以實(shí)現(xiàn)其基本操作。有一般的系統(tǒng)功能來(lái)處理字符串、日期和數(shù)字,以及應(yīng)用程序的命令;還有專門的功能來(lái)處理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 };