C:\WINNT\System32\Rundll32.exe是什么东西?

tomsx 2004-06-21 05:55:11
一联网木马克星就报其要求访问网络,不知道是什么东西?
...全文
212 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
chrysaliscn 2004-07-03
  • 打赏
  • 举报
回复
象DLL文件是不能被直接执行的,所以必须用rundll32.exe调用,明白了吧
tomsx 2004-07-03
  • 打赏
  • 举报
回复
看不太明白楼上的朋友在说什么???
tomsx 2004-07-03
  • 打赏
  • 举报
回复
其实这和编程没有什么太大的关系,因为他是系统的,学编程不等于学习系统,但学系统一定要会编程。
xjp6688 2004-07-03
  • 打赏
  • 举报
回复
up
wojiaren 2004-07-03
  • 打赏
  • 举报
回复
如果楼主学习一点编程的知识的话,你就明白了。
强烈建议楼主多学习点,比如Vb、Vc等等
Lcsvpp 2004-06-21
  • 打赏
  • 举报
回复
再入Windows的连接库文件(比如DLL,OCX, or EXE),执行相应的该库文件函数
e.g:
Rundll32 user32.dll MessageBeep
Rundll32 MSDXM.OCX RunDllW
相当于
lpfnMsgBeep=GetProcAddress(LoadLibrary("user32.dll"),"MessageBeep");
lpfnMsgBeep;

虽然有错误,但是。。。。
麻烦~~,就这样啦
Step 1 Open the zip-file you downloaded from DLL-files.com . Extract the DLL-file to a location on your computer. If you are unsure about how to extract your zip-file we recommend using File Viewer Plus 2. With it you can open your zip-file as well as over 300 other file formats (like video, music, images, pdf etc.) It’s a handy tool to keep around. After extracting your zip-file, place the extracted DLL-file in the directory of the program that is requesting the file. Make sure to use a 32bit DLL-file for a 32bit program, and a 64bit DLL-file for a 64bit program. Failure to do so will likely result in a 0xc000007b error. Step 2 If that does not help your problem, place the file to your system directory. By default, this is C:\Windows\System (Windows 95/98/Me), C:\WINNT\System32 (Windows NT/2000), or C:\Windows\System32 (Windows XP, Vista, 7, 8, 8.1, 10). On a 64bit version of Windows, the default folder for 32bit DLL-files is C:\Windows\System32\ , and for 64bit dll-files C:\Windows\SysWOW64\ . Make sure to overwrite any existing files (but make a backup copy of the original file). Reboot your computer. Step 3 If the problem still occurs, try the following to register the DLL-file: For 32bit DLL-files on a 32bit Windows, and for 64bit DLL-files on a 64bit Windows: Open an elevated command prompt. To do this, click Start, click All Programs, click Accessories, right-click "Command Prompt", and then click Run as administrator. In Windows 8/10, go to the Start screen. Start typing cmd and Windows will find "Command Prompt". Right click "Command Prompt" and choose "Run as administrator". If you are prompted for an administrator password or for a confirmation, type the password, or click Allow. Type regsvr32 "filename".dll and press Enter. Registering 32bit DLL-files on a 64bit Windows: Open an elevated command prompt, as instructed above. In the command prompt, start by typing following and press enter: cd c:\windows\syswow64\ th

6,872

社区成员

发帖
与我相关
我的任务
社区描述
Windows 2016/2012/2008/2003/2000/NT
社区管理员
  • Windows Server社区
  • qishine
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧