How can I detect if a process is running in x86 or x64 mode given an ID of this process?
Asked
Active
Viewed 38 times
0
-
http://stackoverflow.com/a/1953411/894111 – Omidam81 Oct 19 '15 at 02:28
-
@Omidam81, that question is about checking bitness of the _current_ process. I need to check _another_ process. – seticer Oct 19 '15 at 02:31
-
yes and it exactly answer your question. just check second part of its answer. – Omidam81 Oct 19 '15 at 02:33
-
@seticer: no, that question was about checking the bitness of another process, it's just that some of the answers misinterpreted it. An exact duplicate. – Harry Johnston Oct 19 '15 at 03:12
-
@Harry Johnston, I wonder why plainly irrelevant answers aren't deleted. – seticer Oct 19 '15 at 03:41