Frida-debugger
Frida-debugger is a powerful tool designed for mobile development, testing, debugging, and security analysis, powered by the Frida framework. It currently supports Android platforms, with plans for expansion to iOS and OSX in the future.
Overview
Frida-debugger provides a robust set of features for enhancing mobile development and security analysis. Here's how you can get started:
Prerequisites
Before using Frida-debugger, ensure you have the following prerequisites installed:
-
node -
yarn -
Android Development Environment:
-
gradle -
jdk -
ADB
Installation
Follow these steps to install and run Frida-debugger:
-
Clone the repository:
git clone https://github.com/EsmaeelNabil/Frida-debugger.gitContent copied to clipboard -
Navigate to the backend directory:
cd Frida-debugger/backendContent copied to clipboard -
Install dependencies:
yarn installContent copied to clipboard -
Build the project:
yarn buildContent copied to clipboard -
Start the backend server:
node dist/bundle.jsContent copied to clipboard
Running the Desktop App
To run the desktop app, execute the following commands:
cd Frida-debugger/front-end
./gradlew run
Content copied to clipboard