Commit 0e3e374a authored by Administrator's avatar Administrator

增加发布记录

parent d3d16c7a
# 常见问题
## apk不支持rebuildDex模式
## ~~apk不支持rebuildDex模式~~
```
2019-09-26 16:20:37 stand : rebuild entry dex
2019-09-26 16:20:58 error : Exception in thread "main" org.jf.util.e: Exception occurred while writing code_item for method Lcom/xxxx;->xxx([Ljava/lang/String;)V
......@@ -23,4 +23,6 @@
```
rebuidDex模式需要修改dex入口,如果入口dex某个索引超过65535,那么根据dex结构来说,无法完成注入。也就是说,这个场景下的apk,不支持rebuidDex引擎模式。
可以选择appDex或者shell
\ No newline at end of file
可以选择appDex或者shell
自ratelengine 1.2.4之后,这个问题不会发生
\ No newline at end of file
......@@ -44,6 +44,9 @@ ratelManager的apk,在ratel server的首页有下载地址
# 发布记录
## 引擎发布记录
### V1.2.4
1. [bugfix] dex short value 65535 overflow when rebuild entry point dex sometimes
### V1.2.3
1. dexmaker优化,ratel框架hook的method stub资源,通过预构建的方法产生,减少stub资源使用量,ratel framework hook逻辑不再使用dexmaker
2. [bugfix] 当外置插件和内置插件package相同,且外置插件配置生效,之后外置插件被卸载。此时应该回退使用内置插件功能,而非显示文案:"the embed xposed module :{" + embedXposedModuleApkPackage + "} has load from external already ,skip it"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment