retdec
|
Binary pattern generator. More...
#include <cstdlib>
#include <fstream>
#include <ostream>
#include <vector>
#include "retdec/utils/filesystem.h"
#include "retdec/utils/io/log.h"
#include "retdec/patterngen/pattern_extractor/pattern_extractor.h"
#include "yaramod/yaramod.h"
Functions | |
void | printUsage (Logger &log) |
void | printErrorAndDie (const std::string &message) |
void | needValue (const std::string &arg) |
void | processArgs (const std::vector< std::string > &args) |
int | main (int argc, char *argv[]) |
Binary pattern generator.
int main | ( | int | argc, |
char * | argv[] | ||
) |
void needValue | ( | const std::string & | arg | ) |
void printErrorAndDie | ( | const std::string & | message | ) |
void printUsage | ( | Logger & | log | ) |
void processArgs | ( | const std::vector< std::string > & | args | ) |