From da89620252424e499898355fff809f6e4229df2b Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Sat, 23 Apr 2022 07:26:51 -0400 Subject: [PATCH] add noreturn functions in Windows WDK --- Ghidra/Features/Base/data/PEFunctionsThatDoNotReturn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ghidra/Features/Base/data/PEFunctionsThatDoNotReturn b/Ghidra/Features/Base/data/PEFunctionsThatDoNotReturn index 51c5089410..4ef288a838 100644 --- a/Ghidra/Features/Base/data/PEFunctionsThatDoNotReturn +++ b/Ghidra/Features/Base/data/PEFunctionsThatDoNotReturn @@ -6,9 +6,14 @@ crtExitProcess ExitProcess ExitThread exit +ExRaiseAccessViolation +ExRaiseDatatypeMisalignment +ExRaiseStatus FreeLibraryAndExitThread invalid_parameter_noinfo_noreturn invoke_watson +KeBugCheck +KeBugCheckEx longjmp quick_exit RpcRaiseException