For example:
rundll32.exe "test.dll",#1
I looked into rundll32.exe manual
But I can not find the meaning of the sharp(#).
For example:
rundll32.exe "test.dll",#1
I looked into rundll32.exe manual
But I can not find the meaning of the sharp(#).
Using the sharp sign instead of a function name in the parameters to rundll32.exe
is used for calling an exported function by its Ordinal instead of its name.
Please see https://msdn.microsoft.com/en-us/library/aa264882(v=vs.60).aspx for more information.