diff options
| -rw-r--r-- | view/pe/peview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pe/peview.cpp b/view/pe/peview.cpp index e299b0e5..ecf4a42b 100644 --- a/view/pe/peview.cpp +++ b/view/pe/peview.cpp @@ -2807,7 +2807,7 @@ bool PEView::Init() GetSymbolByRawName("_TerminateProcess@8", GetExternalNameSpace()))) { // TerminateProcess is imported and this is a user mode file - programSettings->Set("corePlugins.workflows.conditionalNoReturn", true); + programSettings->Set("core.function.analyzeConditionalNoReturns", true); } // Add a symbol for the entry point |
