No description
Find a file
2024-03-01 10:23:33 +07:00
examples add gum example, make some usefull objects more clear 2023-05-21 18:29:05 +07:00
src fix typo 2024-03-01 10:23:33 +07:00
tests add details for GunEvent types 2024-03-01 09:53:32 +07:00
frida.nimble add details for GunEvent types 2024-03-01 09:53:32 +07:00
README.md allow user to specify library path, add CpuContext registers 2023-05-20 21:06:30 +07:00

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