Write a daemon on Windows (8) to get the process path,

Source: Internet
Author: User

Write a daemon on Windows (8) to get the process path,
Write a daemon on Windows (8) to get the process path

To guard a process, you must first know that the process is absent. We assume that only one instance exists for the process to be guarded (this is also the case in most cases ).

I traverse all the processes on the system, and then determine whether their paths are consistent with those of the processes to be guarded, so as to determine whether the process exists.

We all know that the createconlhelp32snapshot series APIs are used for Traversing processes. But what they get is the process exe name, not the full path. If they only rely on the name, they can achieve the goal, but sometimes you still need to get the full path, which will be more reliable.

So the question is, how can we get the full process path?

The first appearance is GetModuleFileNameEx. Most of the time, we can use this function to obtain the full path of the process, and this function is available in all platforms, but have you noticed the following:

Thursday, November 19, 2015

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.