TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Viewing dlls

Page: 1 Reply
Jul 13th 2003#113277 Report
Member since: Jan 27th 2003
Posts: 89
Whoa, havn't posted here in a while. Anyways, does anyone know of a program that can let me "open" a dll? Like in a program similar to notepad? Thanks for any help...
Reply with Quote Reply
Jul 13th 2003#113279 Report
Member since: Nov 26th 2001
Posts: 2586
dll's are compiled, so no.
Reply with Quote Reply
Jul 13th 2003#113372 Report
Member since: Mar 24th 2001
Posts: 3734
Visual Studio .NET
Reply with Quote Reply
Jul 13th 2003#113378 Report
Member since: Nov 26th 2001
Posts: 2586
You still wouldnt be able to view the source. A .dll is no different than an .exe except their is no user interface, but its compiled code that can be linked to a program. That is what theyare - linked libraries. Once they are comiled its no longer in source code, but its in binary form. You can open them in a hex editor, but unless you can read hex and know exactly what that library is doing, then you cant understand it.
Reply with Quote Reply
Jul 13th 2003#113394 Report
Member since: Apr 20th 2002
Posts: 3000
ResHacker.
Reply with Quote Reply
Jul 13th 2003#113400 Report
Member since: Nov 26th 2001
Posts: 2586
That program still wouldnt let you view the source code of a dll. You can mess with compiled programs using it, but still not view the source.
Reply with Quote Reply
Jul 14th 2003#113474 Report
Member since: Apr 20th 2002
Posts: 3000
He never really said he wanted to view the source though. ;)

If he actually wants to, you can google it jonnyboy, but try not to capitalize on someone else's work.

Educational purposes only! :mad:
Reply with Quote Reply
Jul 14th 2003#113478 Report
Member since: Nov 26th 2001
Posts: 2586
Well I am assuming that when he wants to 'open' a .dll, then he wants to view the source code. There wouldnt be any other reason to open it. But yeah if you want to see whats inside there is nothing wrong with that. If you intend on editing a .dll, then depending on where it came from, you can make a program or OS useless by doing so. You might want to check developers forums and see if anyone has posted what the dll is used for. I know microsoft documents all that stuff on their msdn site.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum