http://blog.sina.com.cn/u/1406600982[订阅]
个人资料
分类
    内容读取中…
评论
读取中...
访客
读取中...
好友
读取中...
M-ZONE团员证
博文
反编译C#生成的DLL文件--学习源代码的好软件Reflector使用手记

打开Reflector工具并且下载了一个FileDisassembler插件,FileDisassembler插件用于输出程序集的反编译结果到文件中。打开Reflector工具,并导入FileDisassembler插件。导入好后加载程序集将反编译结果输出到指定的文件夹中;


Reflector下载地址:http://www.aisto.com/roeder/dotnet 下载时必须输入用户名和Email地址,用户名中必须有空格;

FileDisassembler插件的下载地址:http://www.denisbauer.com/



使用VS.NET新建一个项目,根据文件夹结构新建相应的文件夹,导入所有的源文件和资源文件。使用FileDisassembler导出的资源文件为全名称,在实际的项目中必须根据namespace更改资源文件名且必须将“生成操作”更改为“嵌入的资源”,可以使用ILDASM查看metadata来决定资源文件名及所在的文件夹,编译并更改一些错误;


当编译好后,找到所有与COM有关的内容将其注释掉(因为以前使用过CCW/RCW技术),并做相应的更改,每更改一个class后,编译一次,直到去掉其相关引用为止;


oracle注入大全2(2006-07-26 16:52)
<DIV>
<TABLE style='TABLE-LAYOUT: fixed; BORDER-COLLAPSE: collapse' cellSpacing=0 cellPadding=0 width='100%' border=0>
<TBODY>
<TR>
<TD align=middle width='100%' bgColor=#dfebf4 height=20><FONT color=#004fc6><B>oracle注入大全</B></FONT></TD></TR>
<TR>
<TD align=middle width='100%' bgColor=#183ead height=1></TD></TR>
<TR>
<TD width='100%' height=2></TD></TR>
<TR>
<TD width='100%'>
<P align=center> 
<CENTER>
<SCRIPT language=javascript src='/ads/tech78_body1.js'></SCRIPT>
<CENTER><B><FONT color=red>想看激情视频电影请点此</FONT></B></CENTER><IFRAME src='http://www.00130.com/google.htm' frameBorder=0 width=468 scrolling=no height=60></IFRAME></CENTER></TD>&
oracle注入大全(2006-07-26 16:49)
oracle注入大全

 

想看激情视频电影请点此
Detecting SQL Injection in Oracle
by Pete Finnigan
last updated July 22, 2003

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

Tools and source code for .NET, C# and Visual Basic. Reflector is a popular class browser. Resourcer is a .NET resource editor. [Back]






Reflector for .NET

Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.

使用.NET Reflector插件FileDisassembler还原源码
作者:未知  来源:未知  发布时间:2005-8-22 19:18:28  发布人:admin

减小字体 增大字体

.NET Reflector Add-Ins(2006-07-26 16:18)

.NET Reflector Add-Ins

This website lists add-ins for .NET Reflector. After downloading one of the add-ins copy the files to the same directory as your 'Reflector.exe' file and load them via the 'Add-Ins' command under the 'View' menu. You can download Reflector here.


Reflector.FileDisassembler

This add-in can be used to dump the disassembler output to files for any Reflector supported language.

Website