-
Notifications
You must be signed in to change notification settings - Fork 117
Minimal ARM64 consideration #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…PROC_THREAD_ATTRIBUTE_MACHINE_TYPE
Minimal ARM64 considerations are now implemented in PFW. As the project is now able to work on TEB/PEB/architecture of differents process. Lot of things are not done in ARM64 processes as it will require some research. |
With #47, azure allowing ARM64 windows VM and soon to be ARM64 CI runner for open-source project. I want to play with Windows-arm64 a little bit.
The goal of this MR is to explore consideration to take into account for ARM64 and setup the skeleton of ARM64 compatibility.
Some stuff will not be supported out of the box (injection & such)