Fix #29: stupid DOpus requires a more stupid "dopusrt.exe"... let OllyDbg fxxk it up

This commit is contained in:
Paddy Xu
2017-06-17 01:03:58 +03:00
parent bda5a38df1
commit 27afa85086
15 changed files with 2832 additions and 28 deletions

View File

@@ -19,12 +19,14 @@
#include "Shell32.h"
#include "WoW64HookHelper.h"
#include "DOpus.h"
#define EXPORT extern "C" __declspec(dllexport)
EXPORT void LaunchWoW64HookHelper()
EXPORT void Init()
{
WoW64HookHelper::Launch();
DOpus::PrepareMessageWindow();
}
EXPORT Shell32::FocusedWindowType GetFocusedWindowType()