frida

Frida wrapper

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-26 13:10

Installation

nimble install frida
choosenim install frida
git clone https://github.com/ba0f3/frida.nim

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
frida - - - - - - -

Source

Repository https://github.com/ba0f3/frida.nim
Homepage https://github.com/ba0f3/frida.nim
Registry Source nimble_official

README

frida.nim

This repository contains wrappers for frida-core and frida-gum libraries

frida-x-devkit are not included, you must download and install them manually.

  • The devkits for the respective platform can be found at Frida releases on GitHub,
  • Download and put them in LIBRARY_PATH
  • For linux put library in to /usr/lib/x86_64-linux-gnu for x86_64 and /usr/lib/i386-linux-gnu for x86
  • Or you can specify absolute path to devkit with FRIDA_CORE_PATH & FRIDA_GUM_PATH
  • Eg: nim c -d:FRIDA_GUM_PATH=/home/user/libs/libfrida-gum.a tests/frida_persistent_hook.nim