-
Is there any plans to include AndResGuard for detection and deobfuscation? It has become very popular and would make a nice addition.
Thanks
Jim
-
I came across some APKs that uses resource protection that looks like this
![image](https://github.com/rednaga/APKiD/assets/127546925/fc33720d-ec2f-4d8e-9bbe-cb224f72c53c)
It's not known what to…
ghost updated
7 months ago
-
Hi there!
Seems like that from some point of time _resguard*_ task invocation just builds corresponding _assemble*_ with no AndResGuard logic performed. Is it possible to debug flow step-by-step and …
-
![image](https://github.com/liujingxing/XmlClassGuard/assets/20127430/d88a71b7-128a-4c8f-8717-5cd783a21fae)
createAndFindConstraintReferencedIdsTask失败
![image](https://github.com/liujingxing/XmlClas…
-
I am integrating the android res library in my project but i am facing issue while synchronizing gradle. I have changed the version of the library but still facing the same issue
```
apply plugin:…
-
1. 开发环境是Android studio3.0.1
问题一:
resguardRelease Task, 备份文件夹并没有多出*-resource_mapping.txt和-andresguard.apk文件,我自己手动copy过去并且重命名了文件。
问题二:
执行tinkerPatchRelease Task,报如下错误,你那边执行这些可以正常生成patch文件吗?
Error:j…
-
前置条件:app使用AndResGuard混淆了资源,proguard keep了R类
- 未设置android.nonTransitiveRClass=true时,能够正常获取控件原始ID
- 设置android.nonTransitiveRClass=true后,如果控件是子工程的,只能获取到混淆的ID(app工程的资源ID能够正常获取)
-
RT
-
如题,如果可以,具体怎么配置?
Goach updated
6 years ago
-
whi i get this error?
my Gradle file content:
```
buildscript {
ext.kotlin_version = '1.3.21'
repositories {
google()
jcenter()
}
dependencies {
…