T
T
toly192016-04-28 19:31:39
Android
toly19, 2016-04-28 19:31:39

How to get source code from android application?

How can I get the source files of an android application (pictures, music, fonts...).
I tried to open it through the archiver, and there are only files with the extension .ddx or .ddv with very strange names.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
VZVZ, 2016-04-28
@VZVZ

What's the application? Probably, this is a game, it has some kind of engine, and this is the format of its files. You need to google these extensions, this engine. And if there really is no information really about them, then try to explore them with a HEX editor and / or dig the game itself: if the necessary code is written in Java in it, then use fernflower and jd-gui (and smali is still possible - it will return asm, but but without errors), and if in C ++ (it lies in the libs folder, not lib) - then IDA Pro + Hex-Rays.

B
Bogdan Gerasimenko, 2016-04-28
@Kleindberg

An APK file is a kind of archive, but you won't be able to open it with WinRar. To do this, there are utilities like APK Manager that decompile the application, parsing it into files and folders. The resulting files can be modified and the application can be compiled back. Also, when compiling, it must be signed for it to work.

M
MK, 2016-04-28
@Maxsior

There are many decompilers for apk packages, you have to search and find a tool that is convenient for you.
I use ShowJava decompiler and APK Manager

A
Arthur, 2017-07-12
@arturka_v_10

7zip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question