Tuesday, June 25, 2013

How to Run a Dll Using Rundll32.Exe


1. Click "Start" and then "Run." Type "cmd" and hit "Enter."
2. Type "RUNDLL.EXE <dllname>,<entrypoint> <optional arguments>" where <dllname> is the name of the DLL file you want to run, <entrypoint> is the entry point in the DLL that can be accessed and run using the Rundll32 application, and <optional arguments> are the additional arguments that you need to pass to the DLL to successfully run it.
3. Press "Enter." Allow the system to execute the DLL from the entry point that you named, using any additional arguments that you passed in.