cli_dbgmsg("Possibly broken PE file - Section %d out of file (Offset@ %d, Rsize %d, Total filesize %d, EP@ %d)\n",i,EC32(section_hdr[i].PointerToRawData),EC32(section_hdr[i].SizeOfRawData),sb.st_size,ep);
cli_dbgmsg("Possibly broken PE file - Section %d out of file (Offset@ %d, Rsize %d, Total filesize %d, EP@ %d)\n",nsections-1,EC32(section_hdr[nsections-1].PointerToRawData),EC32(section_hdr[nsections-1].SizeOfRawData),sb.st_size,ep);