Hello,
I know that the Rundll32 program allows anybody to execute a function exported by a dynamic link library (DLL). The syntax of the command is the following:
Does anybody have any information about using the RunDll32 with this "type" of the RunDll argument?
Thanks in advance
I know that the Rundll32 program allows anybody to execute a function exported by a dynamic link library (DLL). The syntax of the command is the following:
Code: Select all
I thought the DllName argument must point to a valid dynamic link library file. However, I recently found RunDll32 command where the argument pointed to a binary file. The binary file contained only a number written as unicode (wide character) string. RunDll32 <DllName>,<FunctionName> <StringsPassedToTheDll>
Does anybody have any information about using the RunDll32 with this "type" of the RunDll argument?
Thanks in advance