Skip to content

Patcher system for frida binaries (Gadget, Server & Inject) to avoid artifact based detection while hooking protected apps.

License

Notifications You must be signed in to change notification settings

electrondefuser/frida-bin-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frida Patcher

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.

Features

  • Patches Frida (Gadget, Server and Inject) binaries to evade detection.
  • Easy to use and integrate into existing workflows.

Prerequisites

  • Python version 3.x
  • Frida binary (Gadget, Server or Inject).

Installation

  1. Clone the repository:
git clone https://github.com/electrondefuser/frida-bin-patcher.git
cd frida-bin-patcher
  1. Install dependencies
pip install -r requirements.txt

How to use

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

About

Patcher system for frida binaries (Gadget, Server & Inject) to avoid artifact based detection while hooking protected apps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages