モジュール再マッピング スレッドフィルタリング モジュール非表示 メモリチェック 整合性チェック アンチDLLインジェクション アンチデバッグ プロセスポリシー リテラル文字列難読化 Themida/VMProtectとの互換性
Windows 7〜11 Visual Studio 2019
options.hでオプションを設定し、0xGuardをビルドします。0xGuardSDK.hをインクルードし、0xGuard.libをリンクします。#include <Windows.h>
#include <stdio.h>
#include "../0xGuard/0xGuardSDK.h"
#pragma comment (lib, "0xGuard.lib")
int main(void)
{
printf(RGS("Welcome to 0xGuard's sample Executable File.\n"));
LoadLibraryA(RGS("SampleDLL.dll"));
getchar();
return 0;
}