搜索资源列表
SeeHwnd
- 查看鼠标下窗体的句柄,类名,标题和子窗体类名标题等信息,是分析木马外挂的好东西。对Windows句柄操作和写外挂木马有很好的参考价值
JS
- 现在制作外挂的大多都遇上一个问题,就是找不到龙族进程。其实很简单,因为大家使用的都是Findwindows函数,这个函数需要得到窗体的类名才能获得窗体句柄。而现在窗体类名已经被官方加密,等于说Findwindows函数已经彻底被屏蔽了,很多想写龙族外挂的都卡在了这一步上。 其实要破这个限制很容易的,官方现在不再隐藏进程里的dragonraja.bin,所以我们完全可以放弃Findwindows函数转向从进程上下手! 这里公布一段VB原代码,作用是怎样获取指定的进程!
huanshou3.45
- 幻手3.45原码 只需要修改内存地址就可以了 不过现在官方查的类名 希望有高手能加载上去
spy
- 工具:spy++,WindowSpy 涉及到的API:findwindow 补充: printf是一个向控制台输出的函数。 d代表输出的是个整数。hwnd代表需要输出的变量。 大家也可以使用findwindow(NULL,"SPY++.txt - 记事本")来替换试试。就是将类名置空,只使用标题名。 -Commonly used digital image processing techniques- stretching algorithm for cases
chuangkou
- 读取窗口句柄范例,焦点窗口句柄、焦点窗口标题、焦点窗口类名。-Read the window handle example, the focus window handle, the focus window title, the focus of the window class name.
VBClassName
- 更改VB默认的类名,是在作网吧程序被一些防VB外挂时作的,DLL模式调用-VB change the default class name is in the program for Internet cafes, when by some anti-plug for the VB, DLL mode call
YY-pin-dao-mo-ni-qi-Simple
- 现在很多外挂\辅助 要求登录YY频道,我就做了一个YY频道模拟器,有了它,你不用登录打开YY指定的频道也一样可以使用辅助. 主要是模拟了窗口类名QWidget 和窗口标题(频道编号) 上传是源码.-Now a lot of plug-in \ YY channel auxiliary asked to log in, I made a YY channel simulator, with it, you do not log on to open YY specified chan
spyPP
- SPY++ 是外挂的好帮手 可以查看窗口句柄,进程ID,线程ID,窗口标题,类名,消息代码 发送消息-A hacking tools
IpHlpApi-0.33
- 跑跑卡丁车 N开源码 另附 说明跑跑(pp)的多开需要解决3问题: 1) 不能多次运行程序, 方法:找到其命名互斥体,关掉句柄。 2) 多号不能进入同一房间, 原因:服务端限制了相同公网ip且相同内网ip的两客户端不能进入同一房间. 方法:在pp客户端取用本机内网ip前,修改其为随机ip地址. 3) 窗口名及窗口类名patch-Kart N the open source attached instructions that running (pp
GetcolorscreenHOOKAPI
- 屏幕取色,获取句柄,类名,坐标X,Y值等功能,可以用来获取游戏的句柄做外挂用的功能-Take color screen, get the handle, class name, coordinates X, Y value and other functions, can be used to obtain a handle to make plug-in used game features