Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyxhh/lxhtoolhttpdecrypt
Simple Android/iOS protocol analysis and utilization tool
https://github.com/lyxhh/lxhtoolhttpdecrypt
Last synced: 9 days ago
JSON representation
Simple Android/iOS protocol analysis and utilization tool
- Host: GitHub
- URL: https://github.com/lyxhh/lxhtoolhttpdecrypt
- Owner: lyxhh
- Created: 2019-05-05T10:36:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T08:41:50.000Z (over 4 years ago)
- Last Synced: 2024-10-26T11:32:13.806Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 28.6 MB
- Stars: 944
- Watchers: 22
- Forks: 257
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## HTTPDecrypt
Contact me
Simple Android/iOS protocol analysis and utilization tool. Powered by [frida.re](https://www.frida.re), [python3](https://www.python.org)
[中文版本(Chinese version)](/README.zh-cn.md)
![index](/docs/images/index.png)
![pyconsole1](/docs/images/pyconsole1.png)
## Features
* **Cross plarform web GUI!**
* Hook all methods with the given class.
* Find all methods with the given class.
* Print stack information
* Finds the method based on the given string
* Print all modules(import and export and symbols,RegisterNative)
* UIDump(Monitor Activity,Action...)
* Dynamically change the parameters passed to the target function and forward them.
* Custom Script
* Capture screenshot.
* ....## Installation
* [Android](/docs/AndroidInstall.md)
* [IOS](/docs/IOSInstall.md)HTTPDecrypt passed the test in the following environment:
**Supported Platforms**
* Workstation: HTTPDecrypt has been successfully tested on both Windows and macOS
* Device:In IOS 12.4/Android 6.0.1## Usage
* [Android](/docs/Android.md)
* [IOS](/docs/IOS.md)
* [HTTPDecrypt Plugin writing](/docs/HDPlugin.md)## LICENCE
MIT