intmsgboxID=MessageBox(L"Process is suspended. Do you want to terminate the process?\r\n\r\nYES = Terminate Process\r\nNO = Try to resume the process\r\nCancel = Do nothing",L"Information",MB_YESNOCANCEL|MB_ICONINFORMATION);
Scylla::windowLog.log(L"IAT found at VA "PRINTF_DWORD_PTR_FULLL" RVA "PRINTF_DWORD_PTR_FULLL" Size 0x%04X (%d)",addressIAT,addressIAT-ProcessAccessHelp::targetImageBase,sizeIAT,sizeIAT);