rasca1 发表于 2015-2-3 11:52:55

很牛逼的工具CodeInspect

                CodeInspect says “Hello World”: A new Reverse-Engineering Tool for Android and Java Bytecodehttp://sseblog.ec-spride.de/wp-content/uploads/2014/12/CodeInspectOverview.png
                                                        Posted on 2014/12/26bySiegfried Rasthofer               
                                                We are very happy to announce a new tool in our toolchain: CodeInspect - A Jimple-based Reverse-Engineering framework for Android and Java applications.
Developing an Android application in an IDE is very convenient since features like code completion, “Open Declaration“, renaming variables, searching files etc. help the developer a lot. Especially code-debugging is a very important feature in IDEs. Usually, all those features are available for the source code and not for the bytecode, since they support the developer not a reverse-engineer. Well, but all those features would be be also very helpful for reverse-engineering Android or Java applications. This is the reason why we came up with a new reverse-engineering framework that works on the intermediate representation Jimple and supports all the features above and a lot more. In the following we give a detailed description about CodeInspect and its features.
CodeInspect supports as input format a complete Android Application Package (apk), just the Android bytecode (dex-file) or a jar-file. In the following we will describe the different features based on a malicious Android apk.

大体意思就是反编译后直接就可以变成java字节码    不用再看坑爹的smali了


http://sseblog.ec-spride.de/2014/12/codeinspect/
https://github.com/Sable/soot

Sarkozy 发表于 2015-2-3 21:27:09

是很流弊!

sndncel 发表于 2015-2-3 22:36:07

还有这么牛X的工具呀。。。。。长见识了呀。哈哈。

hzn201 发表于 2015-2-4 14:40:11

不知道怎么用。。。

Promise 发表于 2015-2-4 14:55:19

感谢楼主分享,试试看。

楚辞 发表于 2015-2-4 17:48:47

只知道工具很牛,默默借助有道翻译的路过

kimel 发表于 2015-2-4 17:57:12

楚辞 发表于 2015-2-4 17:48
只知道工具很牛,默默借助有道翻译的路过

翻译完请附上汉化版安装及使用教程,谢谢!{:4_97:}

casogrta 发表于 2015-2-4 20:11:24

是跟jd-gui一样的东东吗?
感谢LZ分享!

楚辞 发表于 2015-2-5 20:39:25

kimel 发表于 2015-2-4 17:57
翻译完请附上汉化版安装及使用教程,谢谢!

汉化安卓软件,小菜还可能完成,这个软件,小菜无能为力呀

kimel 发表于 2015-2-5 21:36:39

楚辞 发表于 2015-2-5 20:39
汉化安卓软件,小菜还可能完成,这个软件,小菜无能为力呀

哎,搞了一天不知道咋运行起来{:5_125:}
页: [1] 2 3
查看完整版本: 很牛逼的工具CodeInspect