www.pudn.com > PEMonitor_0.10_src.zip > Misc.c
///////////////////////////////////////////////////////////////////////////////
//
// FileName : Misc.c
// Version : 1.0
// Author : Luo Cong
// Date : 2004-09-02 9:58:53
// Comment :
//
///////////////////////////////////////////////////////////////////////////////
#include "Misc.h"
const char *ErrMsg[] =
{
"Error on opening file '%s'.\n", // ERR_OPEN_FILE
"Error: '%s' is not a PE file.\n", // ERR_NOT_A_PE_FILE
"Error on mallocing memory for file '%s'.\n", // ERR_MALLOC_MEMORY
"Error on opening log file.\n", // ERR_OPEN_LOG_FILE
};