Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 31st, 2006, 09:45 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cracking dll

Hi I have lost my code behind files for many of my websites but got DLLs. Is there anyway I can get code behind from DLL. Please help.

bdl
__________________
bdl
 
Old July 31st, 2006, 10:16 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

No. You need your code behind files to decompile the .dll.

"The one language all programmers understand is profanity."
 
Old July 31st, 2006, 11:12 AM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
Default

There are many decompilers available on the Internet. I was able to retrieve code behind by decompiling my DLLS.

 
Old July 31st, 2006, 11:40 PM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

I use Reflector to docompile dlls.....U can also do that for yourselves...using Reflection in .Net

This site has the reflector for you http://www.aisto.com/roeder/dotnet/

Regards
Ganesh
http://ganeshprof.blogspot.com
 
Old August 3rd, 2006, 05:34 AM
Authorized User
 
Join Date: Dec 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank you Ganesh. Reflector really looking good. But the only problem is it doesnt show up the complete code as it was on .vb file and it has change the code by addming Me and changing Rdr custom names to reader1 reader 2....It will take little time but we can actually get the code back. Thanks alot.

bdl
 
Old August 3rd, 2006, 05:41 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

i think once you have got the output from ur reflector, you can easily find and replace with your favourate names

Regards
Ganesh
http://ganeshprof.blogspot.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
convert unmanaged dll to managed dll nitesh kumar Visual C++ 2005 0 August 4th, 2008 04:53 AM
Install problems - VS 6.0 on XP SCRRUN.DLL PDM.DLL jeff4444 Visual C++ 0 December 6th, 2006 08:48 PM
How to convert .NET dll to COM dll used by VB 6.0 gvprashanth .NET Framework 1.x 0 December 4th, 2006 05:05 AM
The database dll crdb_oracle.dll could not be load Yeliz Crystal Reports 0 October 18th, 2006 08:12 AM
DLL & Excel - keep having to reset DLL reference! James Diamond Pro VB 6 2 May 25th, 2004 03:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.