PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
|
#include "Software/Definitions.hpp"
#include <cstring>
#include <Python.h>
#include <string>
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Software |
namespace | Software::Read |
Functions | |
void | Software::Read::sort (char **, int) |
void | Software::Read::SettingsFile (char *, Software::SettingsStruct *, Software::ConfigProbesStruct *, bool) |
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::StrReplaceChar (char *Str, char ch_source, char ch_destination) |
void | Software::Read::ReadNonCommentFromFile (FILE *FileHeader, char *Str, const char *CommentSyntax) |