menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right 004-Windows 后门 chevron_right 015-AppInit_DLLs.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    015-AppInit_DLLs.md
    511 B / 2021-07-17 00:01:40
        ## AppInit_DLLs
    
    `User32.dll`被加载到进程时,会读取`AppInit_DLLs`注册表项,如果有值,调用`LoadLibrary() api`加载用户dll。
    
    其注册表位置为:`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs`,把`AppInit_DLLs`的键值设置为我们dll路径,将`LoadAppInit_DLLs`设置为1
    
    ![](images/security_wiki/15906334941131.png)
    
    
    效果如下:
    
    ![9ecc74a0fa574d529921345983017229](images/security_wiki/9ecc74a0fa574d529921345983017229.gif)
    
    
    
    
    links
    file_download