DLL Injection Registration Form

Source: Internet
Author: User

0x00 nagging

Writing this series of articles is purely for the system to learn DLL injection method, so many methods may be outdated, I hope you crossing do not spray. Of course, if there is a better way, hope not greasy enlighten. If there is anything wrong with this article, I hope you will correct me. Thank you!

0X01 Application Platform

Windows nt/2000/xp/2003

0x02 principle

By modifying the registry key value: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Nt\currentversion\windows\appinit_dlls. Add the absolute path of the DLL that needs to be injected to the key, so that when the system launches a program that uses User32.dll, the DLL that the key value contains is loaded by invoking the LoadLibrary function. Once the key value is added, the program started after this (which needs to be used to User32.dll) will load our DLL to achieve the purpose of injection.

DLL Injection Registration Form

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.