« Determining which modules are being executed by Rundll.32.exeWhat's the suspicious Rundll32.exe process »

How Rundll Works

How Rundll Works

Rundll performs the following steps:

  1. It parses the command line.
  2. It loads the specified DLL via LoadLibrary().
  3. It obtains the address of the <entrypoint> function via GetProcAddress().
  4. It calls the <entrypoint> function, passing the command line tail which is the <optional arguments>.
  5. When the <entrypoint> function returns, Rundll.exe unloads the DLL and exits.

http://support.microsoft.com/kb/164787


  • Articles related:

Post comment:

◎welcome to give out your point。

Previous

Powered By Z-Blog 1.8 Spirit Build 80722 Code detection by Codefense

Copyright RUNDLL32.ORG. Some Rights Reserved.