Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jifffffy/frida

Tags

12.5.7

Toggle 12.5.7's commit message
Update submodules

12.5.6

Toggle 12.5.6's commit message
Publish Electron binaries for v5 only

12.5.5

Toggle 12.5.5's commit message
Update frida-core

12.5.4

Toggle 12.5.4's commit message
Update the Python dependencies hint in the README

12.5.3

Toggle 12.5.3's commit message
Update submodules

12.5.2

Toggle 12.5.2's commit message
Hack around frida-gadget initializer ordering

By playing with the linker's command-line and putting the entrypoint
object file last, we effectively make it so it will run _after_ V8's
initializer has been run. This is a terrible hack, but will have to do
until we find a better solution.

12.5.1

Toggle 12.5.1's commit message
Bump SDK versions to 20190510

Only the Linux SDKs were rebuilt in order to apply Linux-specific fixes
to libffi.

12.5.0

Toggle 12.5.0's commit message
Make the android-arm64 binaries smaller

By omitting the Capstone architecture support for 32-bit ARM when
building the 64-bit version. We only need this in the 64-bit build for
iOS, as it's used by frida-helper. This does however mean that the
frida-agent for ios-arm64 has 1 MB of unused bloat which we can get
rid of at some point.

12.4.8

Toggle 12.4.8's commit message
Update frida-gum

12.4.7

Toggle 12.4.7's commit message
Update frida-core