Parsing malicious Windows programs

Source: Internet
Author: User

1. Windows Registry

Registry Root Key

The registry is divided into the following 5 root keys

HKEY_LOCAL_MACHINE (HKLM) Save to local machine global settings

HKEY_CURRENT_USER (HKCU) Save current user-specific settings

HKEY_CLASSES_ROOT saving the type information of a definition

Hkey_current_config Save the settings for the current hardware configuration, especially the ones that are different from the current and standard configurations

Hkry_users define the default user, new user, and current user Configuration

The two most commonly used root keys are HKLM and HKCU. Some keys are actually virtual key values, providing a way to reference the underlying registry information. For example, the HKEY_CURRENT_USER key is actually stored in Hkey_users\sid, where the SID is the security descriptor of the currently logged-on user.

Parsing malicious Windows programs

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.