decompiler

2024-02-11 14:08
文章标签 decompiler

本文主要是介绍decompiler,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

.NET Reflector  trial version

 http://www.red-gate.com/products/dotnet-development/reflector/

破解版本
.NET Reflector 8.3.3.115 官方最新版+注册机(强大的.NET反编译工具破解版)http://www.wuleba.com/19035.html

.NET程序编辑器(Reflexil) V1.6 免费版
http://www.cr173.com/soft/62031.html

NET破解之第一课
http://www.52pojie.cn/thread-248348-1-1.html

.NET中間語言(IL)https://msdn.microsoft.com/zh-tw/library/dd229210.aspx

.net IL 指令速查
http://www.cnblogs.com/flyingbirds123/archive/2011/01/29/1947626.html


free version
  https://www.jetbrains.com/decompiler/

Dotpeek recompile decompiled files
http://stackoverflow.com/questions/27365003/dotpeek-recompile-decompiled-files


Right click the opened file in Assembly Explorer pane and choose, Export to Project, this will save it as a Visual Studio Project that you can open and work towards compiling.

Ollydbg52pojie.zip
http://www.126disk.com/fileview_508982.html



这篇关于decompiler的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/699985

相关文章

关于几个常用java命令反编译(Fernflower decompiler)的结果

在用android studio中偶尔偶然发现有这样一个反编译器,就测试了几个比较难以理解的命令。如下 ArrayList<String> arrayList = new ArrayList<String>();LinkedList<String> linkedList = new LinkedList<String>();int a[] = new int[5];for(Stri

JAD Java Decompiler

java反编译工具jad

Window7 安装开源swf反编译软件JPEXS Free Flash Decompiler(FFdec)实录

FFdec是一个免费开源的swf反编译软件,在Windows,Linux,Mac上都能用,比那个硕思闪客精灵厚道多了,功能也不比它差,我以后就用FFdec了。 官网地址如下: http://www.free-decompiler.com/flash/download.html 这个是最新源码库 https://github.com/jindrapetrik/jpexs-decomp

CFR - another java decompiler(CFR - java 反编译器)

CFR - another java decompiler -支持主流java特性-java 8 lambdas表达式,java7字符串切换,最主要的他是用java6编写,这个就有点厉害了。 笔者还发现,他可以反编译类的注解,jd-gui无法反编译的 ,cfr可以。 下载 CFR - yet another java decompiler.   使用: 反编译jar包 jav