how to decode android xml or reverse Engineering of XML -


here problem loss android projects.i have apk in mobile. have got java files not xml files. when extract apk resource , layouts files layouts files encrypted utf-8. tell me how decode android xml files.

<?xml version="1.0" encoding="utf-8"?> <gridview xmlns:android="http://schemas.android.com/apk/res/android"     android:id="@+id/gridview1"     android:numcolumns="2"     android:gravity="center"     android:verticalspacing="5dp"     android:horizontalspacing="5dp"     android:layout_width="wrap_content"     android:layout_height="wrap_content">  </gridview> 

solution androidguard.

get apk, extract content.

you'll xmls, unreadable.

then use androaxml.py decode them original xmls (some styles , references lost but hey that's better nothing guess).

use unreadable xml input.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -