Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
R
ratel-doc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ratel
ratel-doc
Commits
3602ee24
Commit
3602ee24
authored
Sep 26, 2019
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
faq 章节
parent
0eb1ae72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
6.faq.md
6.faq.md
+26
-0
README.md
README.md
+1
-0
No files found.
6.faq.md
0 → 100644
View file @
3602ee24
# 常见问题
## 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
2019-09-26 16:20:58 error : at org.jf.dexlib2.h.g.a(Unknown Source)
2019-09-26 16:20:58 error : at org.jf.dexlib2.h.g.a(Unknown Source)
2019-09-26 16:20:58 error : at b.a.e.a.a(Unknown Source)
2019-09-26 16:20:58 error : at b.a.c.a.a(Unknown Source)
2019-09-26 16:20:58 error : at b.a.c.a.a(Unknown Source)
2019-09-26 16:20:58 error : at ratelentry.Main.main(Unknown Source)
2019-09-26 16:20:58 error : Caused by: org.jf.util.e: Error while writing instruction at code offset 0x1b
2019-09-26 16:20:58 error : at org.jf.dexlib2.h.g.a(Unknown Source)
2019-09-26 16:20:58 error : ... 6 more
2019-09-26 16:20:58 error : Caused by: org.jf.util.e: Unsigned short value out of range: 65552
2019-09-26 16:20:58 error : at org.jf.dexlib2.h.f.b(Unknown Source)
2019-09-26 16:20:58 error : at org.jf.dexlib2.h.s.a(Unknown Source)
2019-09-26 16:20:58 error : ... 7 more
2019-09-26 16:20:58 error :
2019-09-26 16:20:58 stand : assemble ratel apk failed
2019-09-26 16:20:58 check apk build output failed,output apk illegal!!
```
rebuidDex模式需要修改dex入口,如果入口dex某个索引超过65535,那么根据dex结构来说,无法完成注入。也就是说,这个场景下的apk,不支持rebuidDex引擎模式。
可以选择appDex或者shell
\ No newline at end of file
README.md
View file @
3602ee24
...
@@ -31,6 +31,7 @@ ratel 大概分为以下模块
...
@@ -31,6 +31,7 @@ ratel 大概分为以下模块
## [ratel管理器,类似xposed intalller](3.ratelManager.md)
## [ratel管理器,类似xposed intalller](3.ratelManager.md)
## [ratelAPI 通过API编程进行模块开发和ratel功能定制](4.ratelAPI.md)
## [ratelAPI 通过API编程进行模块开发和ratel功能定制](4.ratelAPI.md)
## [虚拟化相关](5.virtual_env.md)
## [虚拟化相关](5.virtual_env.md)
## [常见问题处理](6.faq.md)
# 基本使用流程
# 基本使用流程
1.
使用ratel在线平台感染app: http://ratel.virjar.com/
1.
使用ratel在线平台感染app: http://ratel.virjar.com/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment