Reverse
forfcw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
函数劫持
#include <stdio.h> #include <stdlib.h> #include <Windows.h> #include<string.h> #include "detours.h" #pragma comment(lib,"detours.lib") //指针存储系统函数 static BOOL (WINAPI *poldCrea...原创 2018-07-23 18:43:59 · 512 阅读 · 0 评论 -
鼠标键盘虚拟消息
实现的场景是人物自动打怪,聊天室刷屏引流等一系列鼠标键盘操作: StringBuilder classname = new StringBuilder(100); while (classname.ToString() != "Internet Explorer_Server") { handle = mouse.GetWindow(han...原创 2018-07-13 20:37:11 · 335 阅读 · 0 评论
分享