Skip to content

Fix windows 11 compatibility#180

Open
maxDcb wants to merge 13 commits into
TheWover:masterfrom
maxDcb:master
Open

Fix windows 11 compatibility#180
maxDcb wants to merge 13 commits into
TheWover:masterfrom
maxDcb:master

Conversation

@maxDcb

@maxDcb maxDcb commented Apr 25, 2026

Copy link
Copy Markdown

Loader now uses VirtualAlloc instead of NtCreateSection, as Windows 11 appears to enforce stricter protections on mapped image memory.

Memory permissions are now managed page by page rather than section by section.

Bypasses are disabled for shipped builds, as Windows appears to check DLL integrity and crash the process if direct patches are applied to AMSI or ETW.

kali and others added 7 commits January 14, 2025 15:43
Loader now user VirtualAlloc instead of NtCreateSection, because windows
11 enforce memory stricter protections on mapped image memory.
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.

1 participant