issues
search
355 results
for andresguard
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
shwenzhang/AndResGuard
#275
华为Push的whiteList得更新下
华为是通过反射加载sdk所有资源的,所以得把所有资源放入白名单。 华为推送jar包里面的代码: ``` package com.huawei.hms.utils; import android.content.Context; import android.graphics.drawable.Drawable; /** * 反射加载sdk所有资源,防止cp无法工程依赖时不能…
leigo
updated
5 years ago
2
shwenzhang/AndResGuard
#173
AndResGuard-gradle-plugin gradle could not sync
Error:Could not find com.tencent.mm:AndResGuard-gradle-plugin:1.2.3. Searched in the following locations: https://repo1.maven.org/maven2/com/tencent/mm/AndResGuard-gradle-plugin/1.2.3/AndResGuar…
Dwan-xie
updated
1 month ago
13
CYRUS-STUDIO/ApkToolPlus
#10
使用微信的AndResGuard对资源混淆之后,不管是混淆资源名还是把路径都给混淆了,在加固时都会停留在“正在签名”
wanglu123run
updated
7 years ago
8
shwenzhang/AndResGuard
#339
直接把resguardRelease放在assembleRelease之后自动执行是否有风险呢?
大神您好,我直接把resguardRelease放在了assembleRelease之后去执行,这样每次build apk的时候就会自动进行资源混淆了,但是不知道这样是否会有潜在的风险,比如说你以后可能会改变resguardRelease这个任务的名称。 我是在build.gradle中这样做的。 project.afterEvaluate { tasks.matching { …
TZHANHONG
updated
5 years ago
7
shwenzhang/AndResGuard
#266
QQ打开或者分享有icon bug?keep了icon
![11111](https://user-images.githubusercontent.com/19283064/42205844-1553c63a-7ed8-11e8-804e-811d17afd0f6.jpg)
TragedyGo
updated
6 years ago
16
shwenzhang/AndResGuard
#338
res path mapping什么情况下会变?
项目使用的是1.1.8版本,发现前后几次打包生成的resource_mapping里面res path mapping对应映射会改变,为什么?
aqiuzzt
updated
5 years ago
5
shwenzhang/AndResGuard
#264
针对xml属性自动设置白名单
ConstraintLayout 中Group 新出来个属性constraint_referenced_ids,其中添加id的名字,可以对这些id进行统一的设置。但混淆之后就找不到这些id了。 所以可不可以做到扫描constraint_referenced_ids 里所引用的id,如果有则自动加入到白名单中?
Zhangshua
updated
2 years ago
14
NazcaLines/Blog
#13
Android混淆方案
本文探讨以下几个方面: 1. Android资源混淆的基本原理 2. 市面上主流混淆方案 ### 前言 众所周知,Android利用XML文件定义各类资源,并且在JAVA代码中引用这些资源。在编译时,编译器会预先生成R.java文件,将各个资源项用32位Int型数代表,之后,JAVA代码中就通过对整型数的引用,间接引用实际资源。 为了实现间接引用,系统就需要保存一份映射文件,将整型数…
NazcaLines
updated
7 years ago
2
chuwuwang/ReadingNote
#34
开源知识点
## Road map - [2024年移动端技术探索](https://mp.weixin.qq.com/s/WS29uBbJYzVJm_HgSRRoKg) ### IDEA 插件 - [自定义 IDEA 插件 → 划词翻译替换](https://mp.weixin.qq.com/s/EZaOoBf8RyBElQtNBl4b5Q) ### SDK - [FinClip SDK …
chuwuwang
updated
1 week ago
5
shwenzhang/AndResGuard
#356
可以支持自定义混淆字符集吗?
private String[] mAToZ = { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z" }; private String…
ccppcpcpc
updated
3 years ago
6
上一页
1
...
6
7
8
9
10
11
12
...
36
下一页