Skip to content

5.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 22:38
  • Use the latest Frida 16.0.8
  • Implement the native frida-compiler in C, removing the need for nodejs
  • Provide a precompiled agent
  • Remove all remaining globals, support multiple instances
  • Add iSS to parse ELF sections and segments in pure js (@as0ler )
  • Initial transition to typescript
  • Use ESM modules instead of require/export model
  • Add base address to the vmaddr when listing ELF segments
  • Honor R2FRIDA_RUNTIME=qjs|v8 environment variable
  • Add the objection plugin
  • New android-specific commands: :icL and :iAn
  • Fix :dr8, :drj, .:dr* and memory search commands