MON.dmp

Section: CTC++ bitcov add-on (1)
Updated: 0.10
Index
Return to Main Contents
 

NAME

MON.dmp - The dumped CTC_array from target  

SYNTAX

MON.dmp  

DESCRIPTION

This file contaings the binary dumped, as-is, one-to-one CTC_array memory from the target.  

EXAMPLES

The format is as it would have been written by the following code snippet

#include <stdio.h>
unsigned char CTC_array[0xff];
void dumpit()
{
  FILE *fp = fopen("MON.dmp","wb");
  fwrite(CTC_array, sizeof(CTC_array), 
          sizeof(unsigned char), fp);
  fclose(fp);
}  
 

AUTHORS

Roland Baer <roland@verifysoft.de>  

VENDOR

Testwell Oy
Hermiankatu 8, FI-33720 Tampere, Finland
Tel. +358-3-364-0280, Fax. +358-3-364-0390
URL: http://www.testwell.fi 
 

SEE ALSO

ctc(1) dmp2txt(1) MON.dmp(5)


 

Index

NAME
SYNTAX
DESCRIPTION
EXAMPLES
AUTHORS
VENDOR
SEE ALSO