逆向工程asp.net Web应用程序 [英] Reverse Engineering asp.net web app

查看:173
本文介绍了逆向工程asp.net Web应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个asp.net Web应用程序.我没有源代码.垃圾桶包含10个程序集和一个.compiled文件.我在App_Code.dll上使用了Reflector,它向我显示了类,名称空间和其他内容,但情况如此混乱.

I have an asp.net web application. I don't have the source code. The bin contains 10 assemblies and a .compiled file. I used Reflector on the App_Code.dll and it shows me classes and namespaces and stuff, but its such a mess.

有什么方法可以对这个Web应用程序进行逆向工程,而无需花费数周/数月的时间?该应用程序是非常基本的.

Is there any way to reverse engineer this web app that won't take weeks/months to unfold? The application is pretty basic.

请注意,代码是由离开公司的工程师编写的.我们拥有该产品.

Note, the code is written by an engineer that left the company. We own the product.

推荐答案

使用反射器,您可以将反射的代码保存到可以在Visual Studio中加载的项目中.这可能是您最好的选择.

With reflector you can save the reflected code out to a project which you can load up in Visual Studio. It´s probably your best choice.

您所看到的就是所得到的,您只需要四处走动即可了解程序中正在发生的事情.读代码不是免费的午餐.

What you see is what you get and you just have to wade thru it in order to understand what´s going on in the program. Reading code is no free lunch.

这篇关于逆向工程asp.net Web应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆