Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Crashing points to the existence of severe bugs, and some such bugs (especially memory-related ones like segfaults) may be exploitable. However, observing a segfault implies that this last memory access was not part of a successful exploit. Seeing no segfaults could mean that the app is safer, or that the exploits succeed silently. Commented Jun 18, 2023 at 6:42
  • 1
    Not at all, letting the program segfault after running the payload is common. Process continuation can be tricky, especially if you have limited space for your payload Commented Jun 20, 2023 at 23:47