我正在重建一个反编译的java程序,目前我正在修复依赖关系。最后一个缺失是sirius.classes.Window。我哪儿都找不到。
我对搜索它(用引号)的尝试导致了一个结果:

这是对我已经解压缩的文件的分析。
那么这是什么呢?它似乎提供了一些Windows。示例用法:
//In property definition
Window window = new Window();
User32 user32 = window.getUser32();
Kernel32 kernel = window.getKernel32();
//More methods:
window.FindWindow("string");
window.isRunning("process name.exe");
window.getRect(hwndId); //hwndId is also used in winapi, only as a handle instead of integer
//I'm not sure what the cid is
window.pixelCheck(cid, rgb, (int)x, (int)y, tolerance);
//The WinDef.RECT comes from com.sun.jna.platform.win32.WinDef (https://github.com/twall/jna)
WinDef.RECT cRec = this.window.getRect(cid);这个类实际上提供了最关键的特性,所以我不能忽略它。
发布于 2015-01-21 03:17:25
看起来像是“天狼星-开源测试自动化平台”- https://github.com/mkolisnyk/Sirius
https://stackoverflow.com/questions/28058782
复制相似问题