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);
intmsgboxID=MessageBox(L"Result of advanced and normal search is different. Do you want to use the IAT Search Advanced result?",L"Information",MB_YESNO|MB_ICONINFORMATION);
Scylla::windowLog.log(L"DIRECT IMPORTS - Found %d possible direct imports!",sc.numberOfFoundDirectImports());
if(sc.numberOfFoundDirectImports()>0)
{
sc.printDirectImportLog();
if(Scylla::config[FIX_DIRECT_IMPORTS].isTrue())
{
intmsgboxID=MessageBox(L"Direct Imports found. Where is the junk byte?\r\n\r\nYES = After Instruction\r\nNO = Before the Instruction\r\nCancel = Do nothing",L"Information",MB_YESNOCANCEL|MB_ICONINFORMATION);