Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
frida-scripts — A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more. | Kitploit
Herramientas/GitHubGitHub/0xdea/frida-scripts
Android SecurityiOS SecurityDynamic Code Analysis (DAST)Reverse EngineeringMobile SecurityBinary Analysis
GitHub0xdea/frida-scripts

frida-scripts

A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more.

Ver Repositorio
1.6k260hace 27 díasRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
Sitio web
Contenido no disponible en el idioma solicitado. Mostrando versión en inglés.

frida-scripts

A collection of my Frida.re instrumentation scripts to facilitate reverse engineering of mobile apps and more.

[!NOTE] My iOS and Android scripts might require some tweakings. For a well-maintained project that includes some of my Frida scripts, refer to Brida.

Article

  • https://web.archive.org/web/20200623001844/https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/

See also

  • https://codeshare.frida.re/

Compatibility

  • Tested with Frida 17.3.2

Scripts

iOS

  • raptor_frida_ios_trace.js. Full-featured ObjC and Module tracer for iOS.
  • raptor_frida_ios_enum.js. Collection of functions to enumerate ObjC classes and methods.
  • ios-snippets/. Miscellaneous script snippets for iOS (tested with Frida before 17.0.0).

Android

  • raptor_frida_android_trace.js. Full-featured Java and Module tracer for Android.
  • raptor_frida_android_enum.js. Collection of functions to enumerate Java classes and methods.
  • android-snippets/. Miscellaneous script snippets for Android (tested with Frida before 17.0.0).

Linux

  • raptor_frida_linux_trace.js. Full-featured function call tracer for Linux.
  • raptor_frida_linux_enum.js. Collection of functions to enumerate modules and functions in a binary.

Changelog

  • CHANGELOG.md

TODO

  • Test extensively with real-world apps.
  • Add Windows and macOS scripts.
Descargar herramienta