Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Anti-cheat library for Windows C++

License

NotificationsYou must be signed in to change notification settings

chztbby/RebirthGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Anti-cheat library for Windows C++

📄 Features

  • Module remapping
  • Thread filtering
  • Module hiding
  • Memory check
  • Integrity check
  • Anti-DLL Injection
  • Anti-Debugging
  • Process policy
  • Literal string obfuscation
  • Compatibility with Themida/VMProtect

✔️ Dependencies

  • Windows 7~11
  • Visual Studio 2019

🔧 How to use

  1. Set options inoptions.h and buildRebirthGuard.
  2. IncludeRebirthGuardSDK.h and linkRebirthGuard.lib in your project.
  3. Build your project.

📝 Example

#include<Windows.h>#include<stdio.h>#include"../RebirthGuard/RebirthGuardSDK.h"#pragma comment (lib, "RebirthGuard.lib")intmain(void){printf(RGS("Hello RebirthGuard SampleEXE!\n"));LoadLibraryA(RGS("SampleDLL.dll"));getchar();return0;}

🔍 References


[8]ページ先頭

©2009-2025 Movatter.jp