weekly update at 2022-12-12

pull/95/head
xx 2 years ago
parent d2d8e6c781
commit 20acd59627
  1. 4
      README.md
  2. 2
      allprojects.md
  3. 16
      detail/frida-skeleton.md
  4. 2
      information_analysis.md

@ -19,6 +19,7 @@
|----|-----------|--------------------------|
|2022-12-12|[**afrog**](detail/afrog.md)|更新 [v2.1.0](detail/afrog.md#最近更新) 版本|
|2022-12-11|[**geacon_pro**](detail/geacon_pro.md)|更新 [v1.0.1](detail/geacon_pro.md#最近更新) 版本|
|2022-12-10|[**frida-skeleton**](detail/frida-skeleton.md)|更新 [v3.3](detail/frida-skeleton.md#最近更新) 版本|
|2022-12-09|[**fscan**](detail/fscan.md)|发布演示视频[404星链计划开源安全工具演示——fscan](https://www.bilibili.com/video/BV1Cv4y1R72M/)|
|2022-12-04|[**cf**](detail/cf.md)|更新 [v0.4.3](detail/cf.md#最近更新) 版本|
|2022-12-02|[**veinmind-tools**](detail/veinmind-tools.md)|更新 [v1.6.4](detail/veinmind-tools.md#最近更新) 版本|
@ -26,7 +27,6 @@
|2022-11-19|[**fscan**](detail/fscan.md)|更新 [v1.8.2](detail/fscan.md#最近更新) 版本|
|2022-11-17|[**WMIHACKER**](detail/WMIHACKER.md)|WMIHACKER加入星链计划|
|2022-11-17|[**geacon_pro**](detail/geacon_pro.md)|geacon_pro加入星链计划|
|2022-11-17|[**ENScanGo**](detail/ENScanGo.md)|ENScanGo加入星链计划|
**2.StarRank**
@ -48,7 +48,7 @@
| 时间 | 项目迭代版本 |
|----|-----------|
|第50周|[**afrog**](detail/afrog.md) 更新 [v2.1.0](detail/afrog.md#最近更新)|
|第49周|[**geacon_pro**](detail/geacon_pro.md) 更新 [v1.0.1](detail/geacon_pro.md#最近更新)|
|第49周|[**geacon_pro**](detail/geacon_pro.md) 更新 [v1.0.1](detail/geacon_pro.md#最近更新) / [**frida-skeleton**](detail/frida-skeleton.md) 更新 [v3.3](detail/frida-skeleton.md#最近更新)|
|第48周|[**cf**](detail/cf.md) 更新 [v0.4.3](detail/cf.md#最近更新) / [**geacon_pro**](detail/geacon_pro.md) 更新 [v1.0](detail/geacon_pro.md#最近更新) / [**veinmind-tools**](detail/veinmind-tools.md) 更新 [v1.6.4](detail/veinmind-tools.md#最近更新) / [**afrog**](detail/afrog.md) 更新 [v2.0.1](detail/afrog.md#最近更新)|
|第47周|[**GShark**](detail/gshark.md) 更新 [v1.0.1](detail/gshark.md#最近更新) / [**veinmind-tools**](detail/veinmind-tools.md) 更新 [v1.6.3](detail/veinmind-tools.md#最近更新)|
|第46周|[**fscan**](detail/fscan.md) 更新 [v1.8.2](detail/fscan.md#最近更新)|

@ -526,7 +526,7 @@ KunLun-M是一个完全开源的静态白盒扫描工具,支持PHP、JavaScrip
![Author](https://img.shields.io/badge/Author-Margular-orange)
![Language](https://img.shields.io/badge/Language-Python-blue)
![GitHub stars](https://img.shields.io/github/stars/Margular/frida-skeleton.svg?style=flat&logo=github)
![Version](https://img.shields.io/badge/Version-V2.0.0-red)
![Version](https://img.shields.io/badge/Version-V3.3-red)
<https://github.com/Margular/frida-skeleton>

@ -3,7 +3,7 @@
![Language](https://img.shields.io/badge/Language-Python-blue)
![Author](https://img.shields.io/badge/Author-Margular-orange)
![GitHub stars](https://img.shields.io/github/stars/Margular/frida-skeleton.svg?style=flat&logo=github)
![Version](https://img.shields.io/badge/Version-V2.0.0-red)
![Version](https://img.shields.io/badge/Version-V3.3-red)
![Time](https://img.shields.io/badge/Join-20201221-green)
<!--auto_detail_badge_end_fef74f2d7ea73fcc43ff78e05b1e7451-->
@ -90,4 +90,18 @@ python frida-skeleton.py -h
## 最近更新
#### [v3.3] - 2022-12-10
**Add**
- 新增--no-root选项,有的设备不支持adb root
- frida-server使用随机端口绕过常规检测
- 在初始化FridaThread时校验设备是否root
**Changed**
- 使用enumerate_applications替换enumerate_processes
**Fixed**
- 修复有的su不支持后面跟一个-
- attrdict本地模块化以兼容3.10及以上版本
<!--auto_detail_active_end_f9cf7911015e9913b7e691a7a5878527-->

@ -33,7 +33,7 @@ KunLun-M是一个完全开源的静态白盒扫描工具,支持PHP、JavaScrip
![Author](https://img.shields.io/badge/Author-Margular-orange)
![Language](https://img.shields.io/badge/Language-Python-blue)
![GitHub stars](https://img.shields.io/github/stars/Margular/frida-skeleton.svg?style=flat&logo=github)
![Version](https://img.shields.io/badge/Version-V2.0.0-red)
![Version](https://img.shields.io/badge/Version-V3.3-red)
<https://github.com/Margular/frida-skeleton>

Loading…
Cancel
Save