Tagged Questions
103
votes
9answers
70k views
decompiling DEX into Java sourcecode
Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?
7
votes
3answers
15k views
Decompiler for APK?
I know it is not right to do this, but is there any APK decoder/decompiler available around?
[Edit] From all efforts and searching i can conclude that, its not possible to regenerate exact java code ...
3
votes
2answers
2k views
android storing key , decompiling fear
Im using amazing FPS and i have to store the secret key in the java code. However I am afraid that someone would decompile my apk and find the key. I have decompiled the apk myself and could not find ...
1
vote
1answer
485 views
Anyone have experience with APKTool, the Android decompiler?
I'm trying to make a small change to the layout of the keyboard app which comes with the MIUI Android 2.3.5 ROM (Mms.apk). Upon recompiling the files back into an apk (and signing them with jarsigner) ...
1
vote
2answers
2k views
Integrate an Android app (.apk) into an existing Android project
Here's the use case:
A friend and I are building an Android app and along with it want to integrate a game. The core of the app has been built in Eclipse but we are looking into building the game ...
1
vote
3answers
153 views
Eclipse Class File Metadata
In Visual Studio, I can obtain a succinct list of public methods/members exposed in a class for which I do not have the source (i.e. bundled inside a DLL) by pressing F12 (GoToDefinition).
Similarly, ...
0
votes
3answers
558 views
Problem when getting source code from .apk file?
As per this link. I can go first two steps but, i can't get souce code using this Java Decompiler. If anyone having good dj java decompiler then send it to me. And, also i need some good apktool v1.x ...
0
votes
1answer
147 views
Android - Check the certificate of an app
Hi
Is there any way to check the certificate of an app (e.g. Amazon Mobile)?
decompile the apk or whatever?
Thanks
0
votes
2answers
95 views
About compiler and decompilation
I want to prevent anyone from apk reverse compilation. We need to do something. I browsed on the internet, but I still don't know the operational steps clearly.
Who can tell me how to do it?
...