Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
frida-scripts — A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more. | Kitploit
도구/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.

저장소 보기
1.6k26027일 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

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.
도구 다운로드