-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hey, I've recently encountered a few issues related to sections
- NtOpenSection does not work if the filename (ObjectName) starts with \KnownDlls\ (such as \KnownDlls\ntdll.dll)
- When calling NtMapViewOfSection and the section cannot be mapped to the address specified in the image file STATUS_IMAGE_NOT_AT_BASE should be returned (https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55)
- When a view of ntdll is mapped, it should not share the same address as the originally loaded ntdll view
I'm not sure how these changes should be best implemented (if at all) into sogen which is why I created an issue instead of a PR.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working