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. |
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. |
2 replies
|
Thanks, both of you. |
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.