We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c101c commit cd79e16Copy full SHA for cd79e16
params.h
@@ -44,8 +44,8 @@ class UnpackParams : public Params
44
this->setInfo(PARAM_OUT_DIR, "Output directory");
45
46
EnumParam *dataParam = new EnumParam(PARAM_DATA, "data_scan_mode", false);
47
- this->addParam(dataParam);
48
if (dataParam) {
+ this->addParam(dataParam);
49
dataParam->addEnumValue(pesieve::t_data_scan_mode::PE_DATA_NO_SCAN, "none: do not scan non-executable pages");
50
dataParam->addEnumValue(pesieve::t_data_scan_mode::PE_DATA_SCAN_DOTNET, ".NET: scan non-executable in .NET applications");
51
dataParam->addEnumValue(pesieve::t_data_scan_mode::PE_DATA_SCAN_NO_DEP, "if no DEP: scan non-exec if DEP is disabled (or if is .NET)");
0 commit comments