question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Win] Enable SafeSEH

See original GitHub issue
C:\Program Files (x86)\BraveSoftware\Brave-Browser-Beta\Application>winchecksec.exe brave.exe
Dynamic Base    : true
ASLR            : true
High Entropy VA : true
Force Integrity : false
Isolation       : true
NX              : true
SEH             : true
CFG             : true
RFG             : false
SafeSEH         : false
GS              : true
Authenticode    : true
.NET            : false

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jumdecommented, Mar 12, 2021

lgtm

1reaction
jumdecommented, Mar 12, 2021

For 32 bit installs we should do this

Read more comments on GitHub >

github_iconTop Results From Across the Web

SAFESEH (Image has Safe Exception Handlers)
When /SAFESEH is specified, the linker only produces an image if it can also produce a table of the image's safe exception handlers....
Read more >
Enabling/disabling SAFESEH in VC11? - Stack Overflow
It is available without having to type it in, do favor doing it that way. Project + Properties, Linker, Advanced, scroll down the...
Read more >
Error LNK2026 building with Visual Studio - Microcosm Ltd.
Turn off SAFESEH by opening your project properties, going to Linker > Advanced and setting Image Has Safe Exception Handlers to No. If...
Read more >
18.3.4 Ensure 'Enable Structured Exception Handling Overwrite
Windows includes support for Structured Exception Handling Overwrite Protection (SEHOP). We recommend enabling this feature to improve the security profile ...
Read more >
SafeSEH | Writing Secure Code for Windows Vista ... - Flylib.com
Now, restore the overwrite by enabling the first statement in the for loop, re-enable /GS, and disable SafeSEH. Now the app crashes, just...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found