Skip to content

Resolve VS2022 detonation failures via compiler safety mitigations bypass (Issue-61) - #165

Merged
kevoreilly merged 1 commit into
kevoreilly:capemonfrom
doomedraven:opt/vs2022-guards-fix
Aug 18, 2026
Merged

Resolve VS2022 detonation failures via compiler safety mitigations bypass (Issue-61)#165
kevoreilly merged 1 commit into
kevoreilly:capemonfrom
doomedraven:opt/vs2022-guards-fix

Conversation

@doomedraven

Copy link
Copy Markdown
Contributor

Explicitly disables BufferSecurityCheck (/GS-) and ControlFlowGuard (/guard:cf-) inside all Release configurations (x86 and x64) in capemon.vcxproj. This prevents instant security-cookie or CFG fast-fail crashes during early hook execution bootstrap inside injected modules (e.g. explorer.exe during PowerLoader hijack), enabling flawless detonation when capemon is compiled with modern compilers like VS2022.

…pass (Issue-61)

Explicitly disables BufferSecurityCheck (/GS-) and ControlFlowGuard (/guard:cf-) inside all Release configurations (x86 and x64) in capemon.vcxproj. This prevents instant security-cookie or CFG fast-fail crashes during early hook execution bootstrap inside injected modules (e.g. explorer.exe during PowerLoader hijack), enabling flawless detonation when capemon is compiled with modern compilers like VS2022.
@kevoreilly

Copy link
Copy Markdown
Owner

Wow this does seem to fix the issues 👍

@kevoreilly
kevoreilly merged commit f755b99 into kevoreilly:capemon Aug 18, 2026
@doomedraven
doomedraven deleted the opt/vs2022-guards-fix branch August 18, 2026 20:23
@doomedraven
doomedraven restored the opt/vs2022-guards-fix branch August 18, 2026 20:47
@doomedraven
doomedraven deleted the opt/vs2022-guards-fix branch August 18, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants