PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
Functions | |
void | sort (char **, int) |
void | SettingsFile (char *, Software::SettingsStruct *, Software::ConfigProbesStruct *, bool) |
void | BinaryFile (char *, Software::SettingsStruct *, char *) |
int | ProbeCompare (const void *, const void *) |
std::vector< uint8_t > | read_file (const std::string &) |
void | StrReplaceChar (char *Str, char ch_source, char ch_destination) |
void | ReadNonCommentFromFile (FILE *FileHeader, char *Str, const char *CommentSyntax) |
void Software::Read::BinaryFile | ( | char * | , |
Software::SettingsStruct * | , | ||
char * | |||
) |
int Software::Read::ProbeCompare | ( | const void * | , |
const void * | |||
) |
std::vector< uint8_t > Software::Read::read_file | ( | const std::string & | ) |
void Software::Read::ReadNonCommentFromFile | ( | FILE * | FileHeader, |
char * | Str, | ||
const char * | CommentSyntax | ||
) |
void Software::Read::SettingsFile | ( | char * | , |
Software::SettingsStruct * | , | ||
Software::ConfigProbesStruct * | , | ||
bool | |||
) |
void Software::Read::sort | ( | char ** | , |
int | |||
) |
void Software::Read::StrReplaceChar | ( | char * | Str, |
char | ch_source, | ||
char | ch_destination | ||
) |