├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── README.md └── updates.txt /1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/FHookPlus/ffb8d2a65b6286cb6bd0d27d962aca412b834137/1.png -------------------------------------------------------------------------------- /2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/FHookPlus/ffb8d2a65b6286cb6bd0d27d962aca412b834137/2.png -------------------------------------------------------------------------------- /3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/FHookPlus/ffb8d2a65b6286cb6bd0d27d962aca412b834137/3.png -------------------------------------------------------------------------------- /4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/FHookPlus/ffb8d2a65b6286cb6bd0d27d962aca412b834137/4.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | # **fhook+** 4 | 5 | ![Downloads](https://img.shields.io/github/downloads/Syntaxerr101/FHookPlus/total) ![GitHub Stars](https://img.shields.io/github/stars/Syntaxerr101/FHookPlus) [![Telegram Channel](https://img.shields.io/badge/Telegram-Channel-blue.svg?logo=telegram)](https://t.me/fhookplus) 6 | 7 | **fhook+** is a dynamic instrumentation tool powered by **Frida INJECT binary**, designed for seamless on-the-fly injection of custom scripts for dynamic analysis, debugging, and security testing. 8 | 9 |
10 | 11 | --- 12 | 13 | ## Features: 14 | 15 | - **Frida Manager**: Easily import and manage Frida inject binaries. 16 | - **Script Manager**: Organize scripts—import, rename, view, or delete. 17 | - **Auto Injection**: Start Frida injection automatically. 18 | - **Hacker-Style UI**: Green/Black. 19 | 20 | --- 21 | 22 | ## Requirements: 23 | 24 | - **Root Access**: fhook+ requires root permissions to inject scripts and interact with processes. 25 | 26 | --- 27 | 28 | ## Screenshots: 29 | 30 |

31 | 32 | 33 |

34 |

35 | 36 | 37 |

38 | 39 | --- 40 | 41 | ## Usage: 42 | 43 | 1. **Setup Frida Binaries** 44 | - Open **Settings** → **Frida Manager**. 45 | - Import or remove Frida inject binaries (e.g., Frida Inject, Hluda Inject, etc.). 46 | 47 | 2. **Manage Scripts** 48 | - In **Script Manager**, import, view, rename, or delete JavaScript scripts. 49 | 50 | 3. **Target an App** 51 | - Add an app from the **Home** tab. 52 | 53 | 4. **Inject a Script** 54 | - Select a Frida binary and script from the dropdown. 55 | - Click **START** to start injection. 56 | - Click **DELETE** to delete the current configuration. 57 | 58 | --- 59 | 60 | ## Support: 61 | 62 | - Join our [Telegram Channel](https://t.me/fhookplus). 63 | - Report bugs via [GitHub Issues](https://github.com/Syntaxerr101/FHookPlus/issues). 64 | 65 | --- 66 | 67 | ## Contributing: 68 | 69 | Found fhook+ useful? **Star the repo** ⭐! 70 | 71 | --- 72 | 73 | ## Credits: 74 | 75 | - **[Frida](https://frida.re)** – The core of fhook+. 76 | - **[CodeView Library](https://github.com/csdn-mobile/CodeView)** – Enhancing the UI. 77 | - **[ChatGPT](https://chatgpt.com/)** – For the best support in coding. 78 | 79 | --- 80 | 81 | 🛠️ **Made with fun by Simo 🇲🇦 🇵🇸 ** -------------------------------------------------------------------------------- /updates.txt: -------------------------------------------------------------------------------- 1 | { 2 | "latest_version": "1.0.2", 3 | "change_logs": "- Code improvements.\n 4 | - Material ui." 5 | } 6 | --------------------------------------------------------------------------------