MyGit
🚩收到GitHub仓库的更新通知

frida/frida

Fork: 1548 Star: 14820 (更新于 2024-05-10 15:26:14)

license: NOASSERTION

Language: Meson .

Clone this repo to build Frida

最后发布版本: 16.2.1 ( 2024-02-17 05:04:20)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Frida

Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Learn more at 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

Run:

make

You may also invoke ./configure first if you want to specify a --prefix, or any other options.

CLI tools

For running the Frida CLI tools, e.g. frida, frida-ls-devices, frida-ps, frida-kill, frida-trace, frida-discover, etc., you need a few packages:

pip install colorama prompt-toolkit pygments

Apple OSes

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 relevant environment variables, and run make:

export MACOS_CERTID=frida-cert
export IOS_CERTID=frida-cert
export WATCHOS_CERTID=frida-cert
export TVOS_CERTID=frida-cert
make

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

sudo killall taskgated

Learn more

Have a look at our documentation.

最近版本更新:(数据更新于 2024-04-24 05:56:02)

2024-02-17 05:04:20 16.2.1

2024-02-16 21:25:36 16.2.0

2024-01-13 02:21:20 16.1.11

2023-12-24 16:46:34 16.1.10

2023-12-20 15:13:34 16.1.9

2023-11-29 05:48:51 16.1.8

2023-11-16 18:18:02 16.1.7

2023-11-14 07:41:01 16.1.6

2023-11-05 05:59:06 16.1.5

2023-08-29 23:13:36 16.1.4

主题(topics):

frida, instrumentation, vala