Skip to content

Tags: frida/frida-tools

Tags

14.10.2

Toggle 14.10.2's commit message
repl: Improve value syntax highlighting

Adopt a richer color palette and emit formatted-text fragments
instead of raw ANSI, letting prompt_toolkit downsample them to the
terminal's color depth.

14.10.1

Toggle 14.10.1's commit message
repl: Relocate all agent bundle modules

The agent bundle now ships multiple modules, but only the entrypoint
was moved under /frida/repl, so its relative imports failed to resolve.

14.10.0

Toggle 14.10.0's commit message
repl: Render evaluated values richly

Encode each result into a bounded tagged tree in the agent so
serializing cyclic or huge objects can never hang, then pretty-print
it host-side with syntax highlighting, depth and breadth caps, and a
hexdump for binary data.

14.9.0

Toggle 14.9.0's commit message
deps: Require Frida >= 17.10.0

14.8.2

Toggle 14.8.2's commit message
Bump frida-objc-bridge to 8.0.6

14.8.1

Toggle 14.8.1's commit message
itracer: Bump frida-itrace dependency

14.8.0

Toggle 14.8.0's commit message
deps: Require Frida >= 17.9.0

Needed for device option support.

14.7.0

Toggle 14.7.0's commit message
stracer: Add help popup via '?' keybinding

Lists all keyboard shortcuts in a centered floating pane. Press '?' or
Escape to dismiss.

14.6.1

Toggle 14.6.1's commit message
Require Frida >= 17.8.0

For SyscallTracer with the new stable protocol.

14.6.0

Toggle 14.6.0's commit message
Require Frida >= 17.7.3

For SyscallTracer and Python binding fixes.