Skip to content

从零开始研究外挂设计原理 Study the principles of cheat design from scratch

License

Notifications You must be signed in to change notification settings

luguanxing/Cheating-Plugin-Program

Repository files navigation

外挂设计与分析 Cheat Design and Analysis


  • 01一个简单的内存外挂 A Simple Memory Cheat
  • 02从基址读取数据 Reading Data from the Base Address
  • 03自动模拟操作功能 Automating Simulated Operations
  • 04简单DLL注入游戏 Simple DLL Injection into a Game
  • 05简单DLL劫持 Simple DLL Hijacking
  • 06瞄准辅助 Aiming Assistance
  • 07简单进程保护 Simple Process Protection



01一个简单的内存外挂 A Simple Memory Cheat

image
通过C语言编写一个简单的外挂,通过API函数修改游戏数据,从而实现作弊功能
Write a simple cheat in C language that modifies game data using API functions to achieve cheating functionality.





02从基址读取数据 Reading Data from the Base Address

image
通过C语言编写一个外挂,通过API函数获取游戏数据,从而实现作弊功能
Write a cheat in C language that retrieves game data using API functions to achieve cheating functionality.





03自动模拟操作功能 Automating Simulated Operations

image
通过C语言编写一个外挂,通过API函数模拟进行连连看操作,实现自动进行游戏
Write a cheat in C language that simulates Lianliankan operations using API functions to automate the gameplay.





04简单DLL注入游戏 Simple DLL Injection into a Game

image
通过C语言编写一个DLL文件和一个EXE文件,其中DLL包含作弊功能,运行EXE后将DLL注入游戏,使得游戏仅靠自身进程便可以实现作弊功能
Write a DLL file and an EXE file in C language, where the DLL contains the cheating functionality. Upon running the EXE, the DLL will be injected into the game, enabling the game to perform cheats solely through its own process.





05简单DLL劫持 Simple DLL Hijacking

image
通过C语言编写一个游戏要加载的系统DLL文件(lpk.dll),其中假DLL包含劫持功能和作弊功能且拥有相同的导出函数,将该假DLL放入游戏相同目录下,游戏打开时会自动加载该假DLL,使游戏直接包含作弊功能
Write a system DLL file (lpk.dll) in C language that the game needs to load. This fake DLL will contain hijacking and cheating functionalities and will have the same exported functions. Place this fake DLL in the same directory as the game, so when the game starts, it will automatically load the fake DLL, thereby integrating cheating functionalities directly into the game.





06瞄准辅助 Aiming Assistance

image
通过简单GDI绘图,使游戏窗口上出现设计好的辅助线作为准星,并且可手动调节准星的形状、大小、颜色等
Use simple GDI drawing to display designed crosshair lines on the game window as an aiming aid, with the ability to manually adjust the shape, size, color, etc., of the crosshair.





07简单进程保护 Simple Process Protection

image
通过编写简单的进程hook保护驱动并运行,分析如何解除驱动保护
Write and execute a simple process hook protection driver, and analyze how to disable driver protection.





About

从零开始研究外挂设计原理 Study the principles of cheat design from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published