REAndroid

Results 112 comments of REAndroid

@cgapk123 Confirm :https://github.com/REAndroid/ARSCLib/commit/c8002afd48cc613b3f74a8d3f5a92b4d6c945259 fixes this issue

I assumed you are familiar with flag `-t json`. This is in json format of the troubled attributes: ```json { "name": "tint", "id": 2130970158, "uri": "http://schemas.android.com/apk/res-auto", "prefix": "app", "value_type": "REFERENCE",...

Here the complainer is xml pull parser NOT android os binary parser. Assuming attribute as useless just bc no ID or no namespace is wrong. If an attribute has non...

See xml specification [NT-NameChar](https://www.w3.org/TR/xml/#NT-NameChar), we strictly follow universal xml specifications and can not force modify to parse illegal name characters like `:`. This is one of the weakness of `XML`,...

- Steps to reproduce ? - Sample ?

Because you renamed application class on dex and you didn't rename on manifest ```xml ``` To rename application class: ```java AndroidManifest androidManifest = apkModule.getAndroidManifest(); androidManifest.setApplicationClassName("com.NewClass"); ``` _Tip: If you are...

@SZRabinowitz Sorry for late reply, Your points makes much sense, my initial thought while designing `info` was to provide information specific as per user demand in any of offered formats,...

All apk packers uses `DEFAULT_COMPRESSION`, making any different can flag the apk.

Never seen compressed size variations unless files are modified. This should be investigated , can you share your original and modified apks ?

Looks very nice, allow me some time to check. Of course your contribution is beyond useful, thank you very much !