retdec
|
#include <plugin.h>
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... | |
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.
bool retdec::unpackertool::Plugin::Arguments::brute |
Brute mode of the unpacking was chosen.
std::string retdec::unpackertool::Plugin::Arguments::inputFile |
Path to the input file (packed file).
std::string retdec::unpackertool::Plugin::Arguments::outputFile |
Path to the output file (unpacked file).