化妆师 发表于 2015-4-25 09:25:42

Android Killer反编译,一直卡在提取源码哪里,大神看下。

http://repo.xposed.info/module/com.bocharov.xposed.fscb
这个软件,大神帮忙看下。

水波摇曳 发表于 2015-4-25 10:53:58

这是在反编译成Java代码的时候卡了
你可以在这步 直接关闭Androidkiller重新打开,点击那个工程就好了

化妆师 发表于 2015-4-25 12:41:04

水波摇曳 发表于 2015-4-25 10:53
这是在反编译成Java代码的时候卡了
你可以在这步 直接关闭Androidkiller重新打开,点击那个工程就好了 ...

大神,你看下能不能回编译?我不能回编译。
正在编译 APK,请稍等...
>I: Using Apktool 2.0.0-RC4
>I: Smaling smali folder into classes.dex...
>I: Building resources...
>D:\AndroidKiller_V1.2 正式版\projects\com.bocharov.xposed.fscb_v1063_68fe14\Project\res\values\styles.xml:14: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/AlertDialog.Holo.Light'.
>Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command:
>        at brut.androlib.Androlib.buildResourcesFull(Androlib.java:442)
>        at brut.androlib.Androlib.buildResources(Androlib.java:379)
>        at brut.androlib.Androlib.build(Androlib.java:282)
>        at brut.androlib.Androlib.build(Androlib.java:255)
>        at brut.apktool.Main.cmdBuild(Main.java:225)
>        at brut.apktool.Main.main(Main.java:84)
>Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command:
>        at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:504)
>        at brut.androlib.Androlib.buildResourcesFull(Androlib.java:428)
>        ... 5 more
>Caused by: brut.common.BrutException: could not exec command:
>        at brut.util.OS.exec(OS.java:89)
>        at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:498)
>        ... 6 more
APK 编译失败,无法继续下一步签名!

水波摇曳 发表于 2015-4-25 13:35:53

百度一下:
http://tieba.baidu.com/p/3546751091

styles.xml14行 把parent…那句删了,不能把@android:style/AlertDialog.Holo.Light作为父对象


化妆师 发表于 2015-4-25 13:43:27

本帖最后由 化妆师 于 2015-4-25 13:48 编辑

水波摇曳 发表于 2015-4-25 13:35
百度一下:
http://tieba.baidu.com/p/3546751091
我反编译其他人修改的,他们好像没有删除这句?也能回编译?

f0rest 发表于 2015-4-29 13:45:42

这是apk 的一个issues :
https://github.com/iBotPeaches/Apktool/issues/826

删掉 apktool\framework\1.apk 即可解决这个问题

E:\Crack_tmp\test>apktool d com.bocharov.xposed.fscb_v1063_68fe14.apk
I: Using Apktool 2.0.0-RC4 on com.bocharov.xposed.fscb_v1063_68fe14.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: C:\Users\qihui.chen\apktool\framework\1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

E:\Crack_tmp\test>

化妆师 发表于 2015-5-3 15:49:09

f0rest 发表于 2015-4-29 13:45
这是apk 的一个issues :
https://github.com/iBotPeaches/Apktool/issues/826



回编译呢?你能回编译?

f0rest 发表于 2015-5-4 11:36:15

你把 @android:style/AlertDialog.Holo.Light 改成 @android:style/Theme.Holo.Light.Dialog 就可以编译通过了,只是个样式而已,不影响功能,应该是apktool 的bug

E:\Crack_tmp\test>apktool b com.bocharov.xposed.fscb_v1063_68fe14
I: Using Apktool 2.0.0-RC4
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building resources...
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existi
ng value in manifest.
Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using exi
sting value in manifest.
I: Building apk file...
I: Copying unknown files/dir...

化妆师 发表于 2015-5-4 12:24:52

f0rest 发表于 2015-5-4 11:36
你把 @android:style/AlertDialog.Holo.Light 改成 @android:style/Theme.Holo.Light.Dialog 就可以编译通 ...

哦哦,这样啊!感谢。
页: [1]
查看完整版本: Android Killer反编译,一直卡在提取源码哪里,大神看下。