文件名称:kernel-csgo:内核作弊与内核挂钩进行通信
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-03 18:21:43
C++
内核csgo 简单的内核欺骗,带有用于通信的钩子 如何使用 在Visual Studio 2019中下载并编译(带有驱动程序开发工具包) 使用手动映射kernel-csgo.sys驱动程序 开展反恐精英:全球攻势 运行kernel-csgo-usermode.exe并享受:) 特征 挂钩通讯功能 get_module_base / read_memory / write_memory全部在驱动程序内部 为PoC实现了一个基本的触发机器人(mouse_event) 易于添加其他作弊功能 使其更安全 执行动态函数导入 加密字符串 更改挂钩功能 不使用kdmapper,而是制作自己的映射器 不使用mouse_event()哈哈
【文件预览】:
kernel-csgo-master
----kernel-csgo.sln(4KB)
----kernel-csgo-usermode()
--------definitions.hpp(303B)
--------hook.cpp(250B)
--------kernel-csgo-usermode.vcxproj(7KB)
--------driver_control.cpp(251B)
--------Source.cpp(343B)
--------cheat.hpp(100B)
--------memory.cpp(483B)
--------hook.hpp(96B)
--------offsets.hpp(1KB)
--------kernel-csgo-usermode.vcxproj.filters(2KB)
--------memory.hpp(134B)
--------cheat.cpp(2KB)
--------driver_control.hpp(830B)
----README.md(789B)
----.gitignore(6KB)
----kernel-csgo()
--------driver.cpp(318B)
--------kernel-csgo.vcxproj.filters(2KB)
--------definitions.hpp(283B)
--------hook.cpp(974B)
--------kernel-csgo.vcxproj(8KB)
--------ntapi.hpp(624B)
--------helper.cpp(2KB)
--------dispatch.cpp(1KB)
--------kernel-csgo.inf(2KB)
--------memory.cpp(2KB)
--------hook.hpp(95B)
--------memory.hpp(302B)
--------dispatch.hpp(93B)
--------ntstructs.hpp(2KB)
--------helper.hpp(253B)