MyGit

frida/frida

Fork: 1658 Star: 16056 (更新于 2024-10-27 14:56:27)

license: NOASSERTION

Language: Meson .

Clone this repo to build Frida

最后发布版本: 16.5.2 ( 2024-09-19 06:32:29)

官方网址 GitHub网址

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-10-03 14:26:58)

2024-09-19 06:32:29 16.5.2

2024-09-07 05:39:27 16.5.1

2024-08-22 22:18:15 16.4.10

2024-08-21 04:26:19 16.4.9

2024-08-02 20:37:12 16.4.8

2024-07-23 16:43:48 16.4.7

2024-07-23 04:15:58 16.4.6

2024-07-18 12:40:20 16.4.5

2024-07-16 22:04:02 16.4.4

2024-07-13 07:24:55 16.4.3

主题(topics):

frida, instrumentation, vala