Skip to content

Commit

Permalink
[BUGFIX] Fixed parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Oct 13, 2020
1 parent b7ad296 commit 5c77bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params_info/pe_sieve_params_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ std::string translate_data_mode(const pesieve::t_data_scan_mode& mode)
return ".NET: scan non-executable in .NET applications";
case pesieve::PE_DATA_SCAN_NO_DEP:
return "if no DEP: scan non-exec if DEP is disabled (or if is .NET)";
case pesieve::PE_DNET_SCAN_ALWAYS:
case pesieve::PE_DATA_SCAN_ALWAYS:
return "always: scan non-executable pages unconditionally";
}
return "undefined";
Expand Down

0 comments on commit 5c77bf0

Please sign in to comment.