一、thread::run 与 thread::start在Qt中,QObject::MoveToThread与Thread::Start代表了两种不同的创建子线程的方式。Qt 5 官方文档中对两个函数说明如下:void QObject::moveToThread(QThread* targetThread )The starting point for the thread. After ...
采用第三方库BlackBone实现主线程调用callBlackbone是windows操作系统下一款内存hack库,具体功能介绍移步其github页:https://github.com/DarthTon/Blackbone。一、BlackBone编译使用Visual Studio 2019完成编译,特别注意,C++标准需使用17版本。编译到静态库。二、使用静态库包含BlackBone.li...