例如:
rundll32.exe "test.dll",#1
我查了rundll32.exe manual
但是我找不到锐号(#)的意思。
发布于 2016-11-28 06:25:54
在rundll32.exe的参数中使用锐号而不是函数名,用于通过序号而不是名称来调用导出的函数。
rundll32.exe
请查看https://msdn.microsoft.com/en-us/library/aa264882(v=vs.60).aspx了解更多信息。
https://stackoverflow.com/questions/34765879
相似问题