首页
社区
课程
招聘
[转帖]Hacking a game with DLL injection [Game Hacking 101]
发表于: 2021-1-15 18:32 1833

[转帖]Hacking a game with DLL injection [Game Hacking 101]

2021-1-15 18:32
1833

Hacking a game with DLL injection [Game Hacking 101]

Implementing a game hacking trainer for Age of Empires by using Dynamic Link Library (DLL) injection. The injected DLL enables the player to toggle the "reveal map" and "no fog" cheat codes on and off by pressing the F6 key.


DLL injection is a useful technique, used by game hackers and malware authors alike. The DLL injection process enables you to force some process into running your own code. Once the process is running your code, you can do and access anything that the main process can.

https://www.youtube.com/watch?v=KCtLiBnlpk4&feature=youtu.be



[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 2
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//