-
Beta Was this translation helpful? Give feedback.
Answered by
rssor
Apr 18, 2025
Replies: 3 comments 4 replies
-
Right click on the call to shellcode, add a call type override, and append __noreturn. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
galenbwill
-
There are two ways to mark the function itself as no-return:
More to the point of the question, as @rssor said, you can make it no-return for that specific call site by using call type override. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks, both of you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right click on the call to shellcode, add a call type override, and append __noreturn.