<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>appsec.fyi — Frida</title>
  <link>https://appsec.fyi/tools.html#frida</link>
  <description>Curated Frida resources from appsec.fyi</description>
  <language>en-us</language>
  <atom:link href="https://appsec.fyi/feeds/tool/frida.xml" rel="self" type="application/rss+xml"/>
  <lastBuildDate>Sun, 07 Jun 2026 04:05:35 +0000</lastBuildDate>
  <managingEditor>carl@chs.us (Carl Sampson)</managingEditor>
  <item>
    <title>Reverse engineering and modifying Android apps with JADX and Frida</title>
    <link>https://httptoolkit.com/blog/android-reverse-engineering/</link>
    <guid isPermaLink="true">https://httptoolkit.com/blog/android-reverse-engineering/</guid>
    <description>Library for reverse engineering and modifying Android applications, utilizing JADX for code extraction and Frida for dynamic instrumentation. This resource details how to decompile APKs, analyze Java source code generated by JADX, and write custom Frida scripts to bypass security measures like certificate pinning, enabling traffic interception with tools like HTTP Toolkit. It covers techniques applicable to understanding and altering app behavior beyond standard certificate pinning implementations.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:42 +0000</pubDate>
  </item>
  <item>
    <title>Bypassing iOS Frida Detection with LLDB and Frida</title>
    <link>https://tonygo.tech/blog/2025/8ksec-ios-ctf-writeup</link>
    <guid isPermaLink="true">https://tonygo.tech/blog/2025/8ksec-ios-ctf-writeup</guid>
    <description>Writeup details bypassing iOS Frida detection using LLDB and Frida. The process involves jailbreaking an iPhone, setting up development tools like `libimobiledevice`, `frida-tools`, and LLDB, and then using `debugserver` for remote debugging. The author demonstrates how to find and breakpoint `FridaInTheMiddle.systemSanityCheck()` with LLDB to bypass detection, trace the `dummyFunction(flag:)` Swift function using `frida-trace` to get its mangled name, and finally hook this function with a Frida script to intercept and decode the Swift string argument, ultimately revealing the flag.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:40 +0000</pubDate>
  </item>
  <item>
    <title>frida-interception-and-unpinning: Scripts to MitM all HTTPS traffic</title>
    <link>https://github.com/httptoolkit/frida-interception-and-unpinning</link>
    <guid isPermaLink="true">https://github.com/httptoolkit/frida-interception-and-unpinning</guid>
    <description>Library of Frida scripts automates HTTPS MitM interception on mobile devices by redirecting traffic to a proxy, injecting CA certificates into trust stores, and patching certificate pinning and transparency checks. It also handles fallback patching for obfuscated certificate pinning on Android, disables root/jailbreak detection, and blocks HTTP/3 connections. The scripts can be used independently or together to intercept HTTP(S) traffic on Android and iOS.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:40 +0000</pubDate>
  </item>
  <item>
    <title>Frida&#x27;s Impact on Mobile Security and How to Fight Back</title>
    <link>https://medium.com/@talsec/hook-hack-defend-fridas-impact-on-mobile-security-how-to-fight-back-145dea12daf3</link>
    <guid isPermaLink="true">https://medium.com/@talsec/hook-hack-defend-fridas-impact-on-mobile-security-how-to-fight-back-145dea12daf3</guid>
    <description>Frida&#x27;s Impact on Mobile Security and How to Fight Back</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:04:02 +0000</pubDate>
  </item>
  <item>
    <title>From an Android Hook to RCE: $5000 Bounty</title>
    <link>https://blog.voorivex.team/from-an-android-hook-to-rce-5000-bounty</link>
    <guid isPermaLink="true">https://blog.voorivex.team/from-an-android-hook-to-rce-5000-bounty</guid>
    <description>From an Android Hook to RCE: $5000 Bounty</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Thu, 16 Apr 2026 21:04:02 +0000</pubDate>
  </item>
  <item>
    <title>Frida CodeShare: iOS Jailbreak Detection Bypass</title>
    <link>https://codeshare.frida.re/@liangxiaoyi1024/ios-jailbreak-detection-bypass/</link>
    <guid isPermaLink="true">https://codeshare.frida.re/@liangxiaoyi1024/ios-jailbreak-detection-bypass/</guid>
    <description>Frida CodeShare: iOS Jailbreak Detection Bypass</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sat, 11 Apr 2026 16:45:35 +0000</pubDate>
  </item>
  <item>
    <title>iOS Jailbreak Detection Bypass with Frida - Full Guide</title>
    <link>https://www.corellium.com/blog/ios-jailbreak-detection-bypass</link>
    <guid isPermaLink="true">https://www.corellium.com/blog/ios-jailbreak-detection-bypass</guid>
    <description>Library for bypassing iOS jailbreak detection using Frida. This guide details how to leverage Corellium&#x27;s virtualized platform to identify and hook specific methods within applications like DVIA-2. It covers setup, class and method enumeration, and modifying boolean return values to circumvent detection mechanisms, enabling dynamic analysis and security testing of iOS applications.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sat, 11 Apr 2026 16:45:34 +0000</pubDate>
  </item>
  <item>
    <title>Frida - OWASP Mobile Application Security Tool</title>
    <link>https://mas.owasp.org/MASTG/tools/generic/MASTG-TOOL-0031/</link>
    <guid isPermaLink="true">https://mas.owasp.org/MASTG/tools/generic/MASTG-TOOL-0031/</guid>
    <description>Library for dynamic instrumentation, Frida enables JavaScript execution within native Android and iOS applications. It utilizes QuickJS for code injection via modes like Injected, Embedded, and Preloaded. Key APIs include Interceptor for inline hooking and Stalker for transparent, high-granularity tracing using JIT recompilation. Frida also offers specific APIs for Java and Objective-C interaction, alongside terminal tools such as `frida-ps` for process listing and `frida-trace` for function call tracing. Frida 17 introduces breaking changes, including the removal of bundled runtime bridges, necessitating separate installation via `frida-pm`, and API modifications for enhanced readability and performance.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 10 Apr 2026 01:52:33 +0000</pubDate>
  </item>
  <item>
    <title>Bypassing Certificate Pinning Using Frida: A Step-by-Step Guide</title>
    <link>https://approov.io/blog/how-to-bypass-certificate-pinning-with-frida-on-an-android-app</link>
    <guid isPermaLink="true">https://approov.io/blog/how-to-bypass-certificate-pinning-with-frida-on-an-android-app</guid>
    <description>Walkthrough of bypassing certificate pinning on Android apps using Frida to enable Man-in-the-Middle (MitM) attacks. This guide details the setup of Frida, Android Studio, Mitmproxy, and an Android emulator, then demonstrates hooking into the ShipFast app&#x27;s runtime to intercept HTTPS traffic, even when certificate pinning is implemented via the network security config file.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Apr 2026 15:50:17 +0000</pubDate>
  </item>
  <item>
    <title>Hail Frida!! The Universal SSL Pinning Bypass for Android</title>
    <link>https://infosecwriteups.com/hail-frida-the-universal-ssl-pinning-bypass-for-android-e9e1d733d29</link>
    <guid isPermaLink="true">https://infosecwriteups.com/hail-frida-the-universal-ssl-pinning-bypass-for-android-e9e1d733d29</guid>
    <description>Hail Frida!! The Universal SSL Pinning Bypass for Android</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Apr 2026 15:50:16 +0000</pubDate>
  </item>
  <item>
    <title>Four Ways to Bypass Android SSL Verification and Certificate Pinning | NetSPI</title>
    <link>https://www.netspi.com/blog/technical-blog/mobile-application-pentesting/four-ways-bypass-android-ssl-verification-certificate-pinning/</link>
    <guid isPermaLink="true">https://www.netspi.com/blog/technical-blog/mobile-application-pentesting/four-ways-bypass-android-ssl-verification-certificate-pinning/</guid>
    <description>Library detailing four methods to bypass Android SSL verification and certificate pinning for man-in-the-middle attacks. Techniques include adding a custom CA to the trusted certificate store, overwriting packaged CA certificates, utilizing Frida to hook and bypass checks, and reversing custom certificate code, with tools like BurpSuite, ZAP, Frida, and Objection mentioned.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Apr 2026 15:50:12 +0000</pubDate>
  </item>
  <item>
    <title>Defeating Android Certificate Pinning with Frida</title>
    <link>https://httptoolkit.com/blog/frida-certificate-pinning/</link>
    <guid isPermaLink="true">https://httptoolkit.com/blog/frida-certificate-pinning/</guid>
    <description>Library for bypassing Android certificate pinning using Frida. This technique enables security researchers, developers, and privacy advocates to intercept and inspect HTTPS traffic from hyper-vigilant applications that employ custom certificate validation beyond the default system trust store. The library details how to leverage Frida scripts to modify application behavior dynamically, remove SSL pinning logic, and expose the actual network communication for analysis, particularly useful for apps like Twitter, N26, or BBVA.</description>
    <category domain="tool">Frida</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Fri, 03 Apr 2026 15:50:09 +0000</pubDate>
  </item>
</channel>
</rss>