Skip to content

v4.0.3

Choose a tag to compare

@suifei suifei released this 29 Jul 11:03
· 26 commits to main since this release

Fridare v4.0.3 — multi-platform static builds

Static CLI tools (CGO_ENABLED=0, pure Go)

Fully statically linked binaries for:

Platform Archive
Windows amd64 fridare-v4.0.3-windows-amd64.zip
Windows arm64 fridare-v4.0.3-windows-arm64.zip
Linux amd64 fridare-v4.0.3-linux-amd64.zip
Linux arm64 fridare-v4.0.3-linux-arm64.zip
macOS Intel fridare-v4.0.3-darwin-amd64.zip
macOS Apple Silicon fridare-v4.0.3-darwin-arm64.zip

Each tools zip contains:

  • fridare-create — build modified iOS deb packages
  • fridare-patch — patch existing frida deb packages
  • hexreplace — binary string replacer

Verified: Linux builds report statically linked / not a dynamic executable.

GUI

  • Windows amd64 only in this release (fridare-gui.exe inside windows-amd64 zip)
  • Fyne requires CGO + system OpenGL; not pure-static across platforms
  • Linux/macOS: build GUI on the target machine: cd ui && ./build.sh

Windows amd64 zip also includes ASCII/CRLF patch-frida.cmd and patch-frida-tools.cmd.

Build yourself

powershell -File scripts\build-release.ps1 -Version 4.0.3

Notes

  • Magic name: exactly 5 lowercase letters a-z
  • Patch frida-tools with the same name as the device server

Full Changelog: v4.0.2...v4.0.3