DiallRunDll tool for loading DLL libraries.
 

I wrote DialRunDll to test libraries. It is a tool that will load the Dll library into the selected process.

It is possible to test the boot DLL at the start point.

The program runs with three parameters, namely:
     "DiallRunDll.exe <processname> <pathtothedll> <typeofhook>".

Parameter <typeofhook> can has three values>
ZwCreateThreadEx, CreateRemoteThread, NtCreateThreadEx.

Example of use:
DiallRunDll.exe proc.exe c:\mydll.dll NtCreateThreadEx

You can download the tool: