#include "test_replacing_func.h" #include "peconv.h" using namespace peconv; #include #include #include namespace test8 { 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 << "]" <