Frida

适用于开发人员、逆向工程师和安全研究人员的动态检测工具包。克隆此存储库以构建 Frida。「Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Clone this repo to build Frida」

Github星跟踪图

Frida

Dynamic instrumentation toolkit for developers, reverse-engineers, and security
researchers. Learn more at www.frida.re.

Two ways to install

1. Install from prebuilt binaries

This is the recommended way to get started. All you need to do is:

pip install frida-tools # CLI tools
pip install frida       # Python bindings
npm install frida       # Node.js bindings

You may also download pre-built binaries for various operating systems from
Frida's releases page on GitHub.

2. Build your own binaries

Dependencies

For running the Frida CLI tools, i.e. frida, frida-ls-devices, frida-ps,
frida-kill, frida-trace, and frida-discover, you need Python plus a
few packages:

pip3 install colorama prompt-toolkit pygments

Linux

make

macOS and iOS

First make a trusted code-signing certificate. You can use the guide at
https://sourceware.org/gdb/wiki/PermissionsDarwin in the sections
"Create a certificate in the System Keychain" and "Trust the certificate
for code signing". You can use the name frida-cert instead of gdb-cert
if you'd like.

Next export the name of the created certificate to the environment
variables MAC_CERTID and IOS_CERTID and run make:

export MAC_CERTID=frida-cert
export IOS_CERTID=frida-cert
make

To ensure that macOS accepts the newly created certificate, restart the
taskgated daemon:

sudo killall taskgated

Windows

frida.sln

(Requires Visual Studio 2017.)

See https://www.frida.re/docs/building/
for details.

Learn more

Have a look at our documentation.

主要指标

概览
名称与所有者frida/frida
主编程语言Meson
编程语言Makefile (语言数: 4)
平台Android, iOS, Linux, Mac, QNX, Windows
许可证Other
所有者活动
创建于2013-04-12 22:35:05
推送于2025-06-13 14:28:30
最后一次提交
发布数746
最新版本名称17.1.5 (发布于 )
第一版名称1.0.0 (发布于 )
用户参与
星数17.9k
关注者数326
派生数1.8k
提交数4.5k
已启用问题?
问题数2986
打开的问题数1772
拉请求数109
打开的拉请求数2
关闭的拉请求数27
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?