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

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

2021-1-15 18:32
1807

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



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

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