#include "test_hooking_imps.h" #include "peconv.h" using namespace peconv; #include #include #include namespace test5 { int _stdcall my_MessageBoxA( _In_opt_ HWND hWnd, _In_opt_ LPCSTR lpText, _In_opt_ LPCSTR lpCaption, _In_ UINT uType) { std::cout << "TITLE: [" << lpCaption << "]" << std::endl; std::cout << "MESSAGE: [" << lpText << "]" <