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 with %d unique APIs!",iatReferenceScan.numberOfFoundDirectImports(),iatReferenceScan.numberOfFoundUniqueDirectImports());
intmsgboxID=MessageBox(L"Direct Imports found. I can patch only direct imports by JMP/CALL (use universal method if you don't like this) but 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);