https://github.com/lyxhh/lxhToolHTTPDecrypt
Simple Android/iOS protocol analysis and utilization tool
https://github.com/lyxhh/lxhToolHTTPDecrypt
Last synced: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T08:41:50.000Z (about 5 years ago)
- Last Synced: 2024-11-03T03:31:29.356Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.6 MB
- Stars: 946
- Watchers: 22
- Forks: 257
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-hacking-lists - lyxhh/lxhToolHTTPDecrypt - Simple Android/iOS protocol analysis and utilization tool (JavaScript)
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)


## 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