首页
社区
课程
招聘
[原创]Xpatch---免Root实现App加载Xposed插件的一种方案
发表于: 2019-3-30 23:26 19389

[原创]Xpatch---免Root实现App加载Xposed插件的一种方案

2019-3-30 23:26
19389
收藏
免费 3
支持
分享
最新回复 (32)
雪    币: 3344
活跃值: (2009)
能力值: ( LV9,RANK:140 )
在线值:
发帖
回帖
粉丝
26
kingstarhe 现在很多应用没壳二次打包都是失败[em_26]
什么应用?二次打包失败报什么错误?
2019-5-10 01:17
0
雪    币: 183
活跃值: (1218)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
27
  Algorithm: [SHA256withRSA]
  Signature:
0000: 2D 81 9A D7 46 E8 17 FA   A7 B5 8B 61 AA 63 C5 AE  -...F......a.c..
0010: C4 28 A7 48 73 77 F1 1B   C1 47 57 C4 18 3F A9 89  .(.Hsw...GW..?..
0020: 70 37 DF 72 00 88 DA 30   B5 F0 DB 1E 02 9F 90 BB  p7.r...0........
0030: 03 C5 7A 8F 47 AD C8 43   26 7C 94 FA A7 12 1B 99  ..z.G..C&.......
0040: 87 C5 FC 7F 0F 44 5C ED   BC 6F 3A 86 A8 9A E3 A8  .....D\..o:.....
0050: 23 82 8B EA 0D C5 94 62   24 07 BA 35 EB 6E E8 D4  #......b$..5.n..
0060: FE D4 04 E5 3B CB 66 08   39 1C A3 4B 64 07 A7 EA  ....;.f.9..Kd...
0070: 79 4A 55 06 20 2D 2D AB   B9 CA 9B 68 F1 04 5D 95  yJU. --....h..].
0080: 67 71 97 B4 2D E2 4D F0   94 85 E3 15 40 7C ED A0  gq..-.M.....@...
0090: D2 06 CE 53 25 09 14 E1   E0 AC D8 63 98 56 F9 63  ...S%......c.V.c
00A0: A1 3C A1 45 73 56 34 90   F1 82 27 49 13 7C 4C A3  .<.EsV4...'I..L.
00B0: 41 A0 39 73 35 E7 C1 1E   EB 01 7B F8 0F 3F 47 FE  A.9s5........?G.
00C0: 4C 9E 71 9D 12 AF CF E9   85 AA FF 34 4A 99 E5 8F  L.q........4J...
00D0: 2A 47 87 86 E1 47 68 05   DC BA 22 7D 59 24 63 C1  *G...Gh...".Y$c.
00E0: FB B1 87 81 A2 AE D1 E7   C0 46 CB B7 D2 B1 B0 6D  .........F.....m
00F0: 7E 4C 9D D6 8E F6 F7 D5   F4 EF B0 6C 4D 5C 6C 04  .L.........lM\l.

]
 --- dexFileCount = 2
dex2jar .\2019-12-06-11-10-29-tmp\test-apk-unzip-files\classes.dex -> .\2019-12-06-11-10-29-tmp\output-jar.jar  baseName =classes
isApplicationClassFounded ->  truethe dexPath is  .\2019-12-06-11-10-29-tmp\test-apk-unzip-files\classes.dex
  the application class is in this dex file  = classes.dex
jar2dex .\2019-12-06-11-10-29-tmp\output-jar.jar -> .\2019-12-06-11-10-29-tmp\test-apk-unzip-files\classes.dex
call com.android.dx.command.Main.main[--dex, --no-strict, --output=K:\adsdk\.\2019-12-06-11-10-29-tmp\test-apk-unzip-files\classes.dex, K:\adsdk\.\201
use default jarsigner to sign apk failed,and try again, fail msg is :java.io.IOException: Cannot run program "jarsigner": CreateProcess error=2, 系统
use inner jarsigner to sign apk failed, sign it yourself fail msg is :java.io.IOException: Cannot run program "chmod": CreateProcess error=2, 系统找不
请问下这是什么错误?
2019-12-6 11:12
0
雪    币: 2155
活跃值: (4532)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
28
trouble writing output: Too many method references to fit in one dex file: 65538; max is 65536.
You may try using multi-dex. If multi-dex is enabled then the list of classes for the main dex list is too large.
求解
2019-12-6 11:52
0
雪    币: 729
活跃值: (1306)
能力值: ( LV9,RANK:160 )
在线值:
发帖
回帖
粉丝
29
小黄鸭爱学习 trouble writing output: Too many method references to fit in one dex file: 65538; max is 65536. You ...
一个dex数量超过65536需要执行分包操作,你可以用baksmali 把一个dex变成两个dex
2019-12-6 12:43
0
雪    币: 2155
活跃值: (4532)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
30
yy大雄 &nbsp;&nbsp;Algorithm:&nbsp;[SHA256withRSA] &nbsp;&nbsp;Signature: 0000:&n ...
你这个是没有配置 java bin 路径 C盘下面找到 jarsigner.exe的路径 加到环境变量就行。
2019-12-13 15:16
0
雪    币: 2155
活跃值: (4532)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
31
yy大雄 &nbsp;&nbsp;Algorithm:&nbsp;[SHA256withRSA] &nbsp;&nbsp;Signature: 0000:&n ...
群主你的群满人了,你能退出去让我加进去吗
2019-12-13 15:17
0
雪    币: 3344
活跃值: (2009)
能力值: ( LV9,RANK:140 )
在线值:
发帖
回帖
粉丝
32
skyun 一个dex数量超过65536需要执行分包操作,你可以用baksmali 把一个dex变成两个dex
用Xpatch的app版本进行破解,没有65536的问题了
https://xposed-tool-app.oss-cn-beijing.aliyuncs.com/data/xposed_tool_v1.0.2.apk
2019-12-16 14:30
0
雪    币: 3344
活跃值: (2009)
能力值: ( LV9,RANK:140 )
在线值:
发帖
回帖
粉丝
33
小黄鸭爱学习 trouble writing output: Too many method references to fit in one dex file: 65538; max is 65536. You ...
用Xpatch的app版本进行破解,没有65536的问题了
https://xposed-tool-app.oss-cn-beijing.aliyuncs.com/data/xposed_tool_v1.0.2.apk
2019-12-16 14:30
0
游客
登录 | 注册 方可回帖
返回
//