Skip to content
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

How to determine if a process is in arm64 or x64 #2

Open
xgdgsc opened this issue Dec 4, 2023 · 1 comment
Open

How to determine if a process is in arm64 or x64 #2

xgdgsc opened this issue Dec 4, 2023 · 1 comment

Comments

@xgdgsc
Copy link

xgdgsc commented Dec 4, 2023

IsWow64Process can be used to check for x86 on arm64 windows devices. While something like msys2/MINGW-packages#8991 might be needed for detecting arm64 / x64 processes.

@yalishandar
Copy link
Owner

This is indeed a problem,it can be solved by using the IsWow64Process2 API.In the current version is using IsWow64Process API.
I will solve this problem in the next version.

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

No branches or pull requests

2 participants