How Important is rundll32.exe?

Reply

Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

How Important is rundll32.exe?

 
0
  #1
Jan 8th, 2005
Basically, My question is this:

Is rundll32.exe ESSENTIAL to the OS, Or is it just a nice tool to have, that you could actually function without? I mean, would it be possible to rename completely, or even remove it, or does windows actually load files with it?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: How Important is rundll32.exe?

 
0
  #2
Jan 8th, 2005
I think i've accidentally ctrl-alt-deleted it away before but it was loaded again a while later. Seems it interfaces windows with its DLLs (as dlls are full of compiled code) as a runtime sorta thing! -> as you can see im just going by the name! run<B>DLL</B>32
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How Important is rundll32.exe?

 
0
  #3
Jan 8th, 2005
Yeah, I know it loads DLL into Memory for use with programs. I'm just not so sure that WINDOWS requires it. I know that a TON of spyware and adware is run as DLL files... so, if I could completely disable rundll32.exe (which loads a lot of the spyware dll's) then I could effectively stop the dll's from loading (things like bho's) while I remove them manually (or with a small peice of code that I'd write).
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 94
Reputation: pcpalct is an unknown quantity at this point 
Solved Threads: 1
Sponsor
pcpalct's Avatar
pcpalct pcpalct is offline Offline
Junior Poster in Training

Re: How Important is rundll32.exe?

 
0
  #4
Jan 8th, 2005
Lets see if this explanation suffices

Microsoft Windows 95, Windows 98, and Windows Millennium Edition (Me) contains two command-line utility programs named Rundll.exe and Rundll32.exe that allow you to invoke a function exported from a DLL, either 16-bit or 32-bit. However, Rundll and Rundll32 programs do not allow you to call any exported function from any DLL. For example, you can not use these utility programs to call the Win32 API (Application Programming Interface) calls exported from the system DLLs. The programs only allow you to call functions from a DLL that are explicitly written to be called by them. This article provides more details on the use of Rundll and Rundll32 programs under the Windows operating systems listed above.

MIcrosoft Windows NT 4.0, Windows 2000, and Windows XP ship with only Rundll32. There is no support for Rundll (the Win16 utility) on either platform.

The Rundll and Rundll32 utility programs were originally designed only for internal use at Microsoft. But the functionality provided by them is sufficiently generic that they are now available for general use. Note that Windows NT 4.0 ships only with the Rundll32 utility program and supports only Rundll32.
Ioannis Saratsidis
Technicial Support Specialist
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: How Important is rundll32.exe?

 
0
  #5
Jan 8th, 2005
crystal clear!
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How Important is rundll32.exe?

 
0
  #6
Jan 8th, 2005
*wipes his forehead*

whew.

Thanks.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 94
Reputation: pcpalct is an unknown quantity at this point 
Solved Threads: 1
Sponsor
pcpalct's Avatar
pcpalct pcpalct is offline Offline
Junior Poster in Training

Re: How Important is rundll32.exe?

 
0
  #7
Jan 8th, 2005
Any time :lol:
Ioannis Saratsidis
Technicial Support Specialist
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: How Important is rundll32.exe?

 
0
  #8
Jan 8th, 2005
I suppose the next logical question is how to write a DLL SPECIFICALLY for rundll32 (i CAN write a dll....) lol keep going pcpalct
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How Important is rundll32.exe?

 
0
  #9
Jan 8th, 2005
Well I can certainly code a dll, but for rundll32.exe is a whole different discussion
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 445
Reputation: 1o0oBhP is an unknown quantity at this point 
Solved Threads: 6
1o0oBhP's Avatar
1o0oBhP 1o0oBhP is offline Offline
Posting Pro in Training

Re: How Important is rundll32.exe?

 
0
  #10
Jan 8th, 2005
I do not understand how you can write a DLL specifically FOR a certain exe? and Why you would want to MAKE a DLL depend on rundll32? therefore im not going to ask :p my dlls work fine at the moment without NEEDING rundll32
http://sales.carina-e.com

no www
no nonsense

coming soon to a pc near you! :cool:
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC