retdec
|
Main function and related things. More...
#include <regex>
#include <llvm/Support/ErrorHandling.h>
#include "retdec/utils/conversion.h"
#include "retdec/utils/memory.h"
#include "retdec/utils/io/log.h"
#include "retdec/utils/string.h"
#include "retdec/ar-extractor/detection.h"
#include "retdec/cpdetect/errors.h"
#include "retdec/cpdetect/settings.h"
#include "retdec/fileformat/utils/format_detection.h"
#include "retdec/fileformat/utils/other.h"
#include "fileinfo/file_detector/detector_factory.h"
#include "fileinfo/file_detector/macho_detector.h"
#include "fileinfo/file_presentation/config_presentation.h"
#include "fileinfo/file_presentation/json_presentation.h"
#include "fileinfo/file_presentation/plain_presentation.h"
#include "fileinfo/pattern_detector/pattern_detector.h"
Functions | |
int | main (int argc, char *argv[]) |
Main function and related things.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function
argc | Number of parameters |
argv | Vector of parameters |