abcccjl
abcccjl
INT1 INT3 example?
DebugViewPP does not support Korean language Is it printed??
ManualMap second DLL error
Driver.MmapDll(); map dll process with protobuf library crashes

MakeRemoteFunction Support thiscall call? Apply for a simple example
No implementation code
cereal does not support C++17 The json format serialized in C++17 is incorrect Serializing json results correctly in C++11 / C++14 How do I fix it to support C++17?
X64 不支持
static QWidget* getParent() { return QWidget::find((WId)Plugin::hwndDlg); } void QtPlugin::Setup() { QWidget* parent = getParent();//parent= NULL pluginDialog = new PluginDialog(parent); pluginDialog->show(); pluginTabWidget = new PluginTabWidget(parent); GuiAddQWidgetTab(pluginTabWidget); SetEvent(hSetupEvent); } The getParent() function...