Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alipay/AOP-Based-Runtime-Security-Analysis-Toolkit
https://github.com/alipay/AOP-Based-Runtime-Security-Analysis-Toolkit
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alipay/AOP-Based-Runtime-Security-Analysis-Toolkit
- Owner: alipay
- License: apache-2.0
- Created: 2021-05-26T08:48:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T09:46:15.000Z (over 3 years ago)
- Last Synced: 2024-11-19T16:58:48.067Z (24 days ago)
- Language: TypeScript
- Size: 172 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - alipay/AOP-Based-Runtime-Security-Analysis-Toolkit - (TypeScript)
README
# AOP-Based-Runtime-Security-Analysis-Toolkit
Aosanalyzer is an AOP-based runtime security analysis toolkit for Android applications. This tool is based on the idea of aspect-oriented security (aspect-oriented programming in security). It lets your monitor security and privacy sensitive API calls made by application. It's a powerful tool for seeing how applications work or for tracking down security and privacy issues that you have in your applications.
# Requirements
[frida](https://frida.re/docs/android/)
# Installation
```
npm install && npm run build
src/analyzer.py -h
```# Usage
- Run analyzer.py to attach your application.
```
src/analyzer.py
```
- Run your application on the device as normal.
- Quit the program. The result will be written to `.db`. You can use sqlite3 to check it.