Frida Patcher is a patcher system designed for the Frida binary to avoid artifact-based detection. This tool helps bypass detection by patching binary artifacts.
- Patches Frida (Gadget, Server and Inject) binaries to evade detection.
- Easy to use and integrate into existing workflows.
- Python version 3.x
- Frida binary (Gadget, Server or Inject).
- Clone the repository:
git clone https://github.com/electrondefuser/frida-bin-patcher.git
cd frida-bin-patcher
- Install dependencies
pip install -r requirements.txt
Use the following command to patch a stock frida binary.
python main.py --binarypath bin/stock/<frida-binary> --output bin/patched/<output-path>
If you want to use the export verification system, use the following command.
python main.py --binarypath bin/stock/<frida-binary> --output bin/patched/<output-path> --verify