java - Better way to extract files from apk -


i've used this method extracting java , xml files apk file java files have lot of modifications sure wasn't there in original code.

for example, in 1 class appears several times access$902, access$902 ,string of digits 2130903064. appear in place of other methods or variables , project doesn't build because of them.

can there extracted original files or solution problem? thanks

no.

because build process generate .class files, , reverse engineering nevers original code (afaik).

if .apk file generated using proguard, less readable , more difficult understand.

the best alternative use androchef java decompiler, runs in windows. tool can allow change method / variable / class names more readable, including generated files.

the original code developer / company owns. hope not using illegal.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -