retdec
Public Attributes | List of all members
retdec::unpackertool::Plugin::Arguments Struct Reference

#include <plugin.h>

Collaboration diagram for retdec::unpackertool::Plugin::Arguments:
Collaboration graph
[legend]

Public Attributes

std::string inputFile
 Path to the input file (packed file). More...
 
std::string outputFile
 Path to the output file (unpacked file). More...
 
bool brute
 Brute mode of the unpacking was chosen. More...
 

Detailed Description

Arguments passed to plugin when it is stared. It contains data that are passed through command-line or parsed from the config file when unpacker is started by the user.

Member Data Documentation

◆ brute

bool retdec::unpackertool::Plugin::Arguments::brute

Brute mode of the unpacking was chosen.

◆ inputFile

std::string retdec::unpackertool::Plugin::Arguments::inputFile

Path to the input file (packed file).

◆ outputFile

std::string retdec::unpackertool::Plugin::Arguments::outputFile

Path to the output file (unpacked file).


The documentation for this struct was generated from the following file: