retart pointer

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论retart pointer
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
0个回复

retart pointer

楼层直达
作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看楼主 使用道具 楼主   发表于: 2007-07-03 0

Finding RetarT pointer
Get the address of Initialize from in game
Goto the start on the Initialize in a debugger
look for something like
mov someregister, [0x00000000]
...
then you see that register being used later
push xxx
push xxx
call [register+offset in wrapper table]
Initialize would like this:
push xxx
push xx
call [register]

Should be very close to the start of all the functions no more than 10 instructions down, The address moved into the register in the RetarT pointer address.
This takes place in all client functions!

密码被盗,请联系cscheat取回
« 返回列表
发帖 回复