vizskywalker 0 Report post Posted March 23, 2005 Does anyone know of a program that can be used to view the contents of a dll, say, to find specific icons. I know I used to have a program like this, but I can't remember what it was. I need one to find several windows icons, such as the restart icon. Thanks Share this post Link to post Share on other sites
dungsport 0 Report post Posted March 23, 2005 Try %SystemRoot%\system32\SHELL32.dll. It should have what you are looking for. Share this post Link to post Share on other sites
jipman 0 Report post Posted March 23, 2005 resourcehackerIt's a program that can extract images and other things out of a EXE or DLL filegoogle for it as I am too lazy at the moment to give a link Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted March 23, 2005 Thanks for the tip, dungsport, but I already tried there and no luckl, which is why I'm searching for the dll searcher. And thanks, jipman, I'll try that as soon as I can. Do you know if it has a search feature? Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted April 9, 2005 Get it here: http://resource-hacker.soft32.com/ - that's resource hacker. What search feature are you looking for ? When you use resource hacker on any dll - you don't need to search - it immediately displays all the embedded resources in that dll (icons, bitmaps whatever...)More such software:1. Resource .NET (http://resource-for-net.soft32.com/) - A utility to easily refresh embedded graphic resources in a .NET assembly.2. Free DLL Viewers - http://www.handyarchive.com/free/dll-viewer/3. WinSite dll Viewer - http://forums.xisto.com/no_longer_exists/4. DLL Explorer - http://forums.xisto.com/no_longer_exists/5. Resource Tuner - http://www.softhypermarket.com/6. PE Explorer - http://www.heaventools.com/ Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted April 10, 2005 I'm not looking in reality for a partiular search feature. I'm looking for the XP restart icon, which for spme reason does not appear to be in shell32.dll. I had figured that maybe each icon in a dll wuld have a name, so I could use some utility to search all dlls in a folder for *restart*.* or something to find the icon.~Viz Share this post Link to post Share on other sites