From c446e3acbcb0dc750a840551fa7cb54c184e7acb Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 21 Oct 2024 10:51:36 -0400 Subject: Fix conditional no-return --- view/pe/peview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/pe') 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 -- cgit v1.3.1