Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
frida-scripts — A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more. | Kitploit
Strumenti/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.

Vedi Repository
1.6k26027 giorni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Sito web
Contenuto non disponibile nella lingua richiesta. Visualizzazione della versione inglese.

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.
Scarica lo strumento