Alex Teng(MOODSKY)
Alex Teng(MOODSKY)
I just want to know if it is possible for me to modify FB code to solve the problem, if it is not possible. I had to find another way...
Referring to MSDN, it has been compiled and passed after the correction ``` union IRP__AssociatedIrp MasterIrp as PIRP IrpCount as LONG SystemBuffer as PVOID end union type IRP__Overlay__AsynchronousParameters UserApcRoutine as...
This is really too complicated, the original structure in FB should be wrong, I want to correct, but I don't know how to define this structure in FB. fb ```...
(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 图像识别、设备控制相关问题 -> 按下面的步骤 **描述问题bug** (简洁清晰得概括一下遇到的问题是什么。或者是报错的traceback信息。) win环境下使用截图然后显示图片失败 image1 = snapshot() image1 = image1[y1:y2, x1:x2] # 裁剪指定范围 show_origin_size(image1) ``` (在这里粘贴traceback或其他报错信息) ```...
此问题测试环境vmware win10-22h2(19045.2251),win11-22h2 if (!address) return false; //代码执行到这里就false了.在start里因为m_HvlGetQpcBias为零就直接蓝屏了 m_HvlGetQpcBias = reinterpret_cast(reinterpret_cast(address) + 7 + *reinterpret_cast(reinterpret_cast(address) + 3)); DbgPrintEx(0, 0, "[%s] hvl get qpc bias is 0x%llX \n", __FUNCTION__, m_HvlGetQpcBias); if (!m_HvlGetQpcBias)...
Hope the author can add the option of driver compilation https://blog.csdn.net/MOODSKY2002/article/details/124444903