<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Frida on Security Notes</title>
    <link>https://blog.omiilgo.com/tags/frida/</link>
    <description>Recent content in Frida on Security Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 04 Sep 2023 11:00:00 +0800</lastBuildDate>
    <atom:link href="https://blog.omiilgo.com/tags/frida/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Frida: Java Wrapper vs JNI Interceptor on the Same Call</title>
      <link>https://blog.omiilgo.com/posts/android-frida-jni-trace-lab/</link>
      <pubDate>Mon, 04 Sep 2023 11:00:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/android-frida-jni-trace-lab/</guid>
      <description>Lab APK com.lab.jni.trace. Hook NativeBridge.nInit in Java.perform and the Java_* export with Interceptor.attach, then compare argument length and prefix. Console output redacted.</description>
    </item>
    <item>
      <title>Finding Hidden JNI Methods: RegisterNatives in a Lab APK</title>
      <link>https://blog.omiilgo.com/posts/android-jni-registernatives-lab/</link>
      <pubDate>Wed, 09 Jun 2021 14:10:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/android-jni-registernatives-lab/</guid>
      <description>APK where nm -D shows no Java_* exports. Walk JNI_OnLoad, recover the JNINativeMethod table, map Java names to ARM64 IMPs, Frida-trace the native with arguments redacted.</description>
    </item>
  </channel>
</rss>
