Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeadroyaL/JebScript
https://github.com/LeadroyaL/JebScript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/LeadroyaL/JebScript
- Owner: LeadroyaL
- Created: 2019-12-30T07:11:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T09:31:40.000Z (over 4 years ago)
- Last Synced: 2024-05-13T19:32:42.985Z (6 months ago)
- Language: Python
- Size: 952 KB
- Stars: 143
- Watchers: 8
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - LeadroyaL/JebScript - (Python)
README
## GotoClass
背景:JEB2自带的'J'和JEB3自带的'G'不大好用,有两个不好用的地方
1. 一定要在对应的那个 `Disassembly` 里按下快捷键,尤其是multi-dex可能需要挨个翻
2. 一定要输入 `Lxxx/xxx/xxx;` 格式的类名
用途:1. 输入两种格式的类名,都可以跳到对应 `Disassembly` 界面的位置,一键运行。
2. 在任意界面尝试调用 script,默认输入是当前 focus 的内容。有时可以省去输入,例如从 Manifest 跳转到实现时。![](img/1.png)
## FastXposed / FastFrida
背景:Xposed/Frida手抄一遍太麻烦。
用途:光标锁定到要Xposed的函数上,执行脚本,从输出框复制文本即可。
![](img/2.png)
![](img/3.png)
## 其他人写的有用的工具
[https://raw.githubusercontent.com/S3cuRiTy-Er1C/JebScripts](https://raw.githubusercontent.com/S3cuRiTy-Er1C/JebScripts) 通过sourceInfo恢复类名,兼容jeb2和jeb3的API