Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using DLLs 1

Status
Not open for further replies.

shalomgod

Programmer
Jan 18, 2006
5
JP
Hi, I know how to create DLLs from a page of classes i created. However, how would i reverse that and create a generated page of classes from a DLL? I can use the command prompt and generate the classes with WSDL files but have no idea how to do it for DLLs. Any help would be much appreciated. Thanks in advance.
 
Are you asking if you can decompile a DLL to get the source classes that make it up?

----------------------------------------

TWljcm8kb2Z0J3MgIzEgRmFuIQ==
 
Sorry i was away so couldnt check the forums. Yes thats right. is it possible to decompile and get the source code?
 
stuing,

Have you actually used Reflector? Is it any good?

- Dan
 
I've used it to peek into DLL's, but I never pulled out code. It fun and free for a month. I recommend trying it.
 
I use Spices.NET from
It can decompile 6 languages: IL (same functionality as Microsoft ILDASM utility), C#, C++, VB.Net, J#, Delphi.Net

It's not free, but it even works on obfuscated code.

Regards, Ruffnekk
---
Is it my imagination or do buffalo wings taste just like chicken?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top