Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Support for user mode and arm64ec #29

@DavidXanatos

Description

@DavidXanatos

Is your feature request related to a problem? Please describe.
When working on dll's which inject into an early process loading stage, like SbieDll.dll from https://github.com/sandboxie-plus/Sandboxie it is good practice not to link against anything but the ntdll.dll, and may kernel32.dll, so no standard libs and no C run time should be included as we want to avoid linking against the accompanying dll's.
Currently that project uses only C but it would be great if c++ could be used.

Describe the solution you'd like
ucxxrt adding support for user mode and ARM64EC

Describe alternatives you've considered
Grabbing the a few obj files from MSFT's own libcmt and bunch self implemented functions works for C,
see https://github.com/sandboxie-plus/Sandboxie/tree/master/Sandboxie/common/NtCRT

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions