<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Android on</title><link>https://noobexon1.github.io/tags/android/</link><description>Recent content in Android on</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 10 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://noobexon1.github.io/tags/android/index.xml" rel="self" type="application/rss+xml"/><item><title>Frida on Android 0x1 - Hooking Native Libraries</title><link>https://noobexon1.github.io/posts/frida_on_android_hooking_native_libraries_post/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://noobexon1.github.io/posts/frida_on_android_hooking_native_libraries_post/</guid><description>&lt;p&gt;In this part of the &lt;strong&gt;Frida on Android&lt;/strong&gt; series, I&amp;rsquo;ll show you how to &lt;strong&gt;properly&lt;/strong&gt; hook functions from Android native libraries using &lt;code&gt;Frida&lt;/code&gt;. I created a demo application to demonstrate the issues that can arise from doing things wrong, and I&amp;rsquo;ll explain why and how the method I&amp;rsquo;m using solves them.&lt;/p&gt;
&lt;h2 id="demo-app-overview"&gt;Demo App Overview&lt;/h2&gt;
&lt;p&gt;The demo application&amp;rsquo;s source code can be found at the &lt;a href="https://github.com/noobexon1/NativeExample"&gt;GitHub repository&lt;/a&gt;. You can clone and build the application yourself, or you can simply download the prebuilt &lt;code&gt;APK&lt;/code&gt; file from the repository&amp;rsquo;s &lt;a href="https://github.com/noobexon1/NativeExample/releases/tag/demo"&gt;releases&lt;/a&gt; page.&lt;/p&gt;</description></item><item><title>Frida on Android 0x0 - Initial Setup</title><link>https://noobexon1.github.io/posts/frida_on_android_setup_post/</link><pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate><guid>https://noobexon1.github.io/posts/frida_on_android_setup_post/</guid><description>&lt;p&gt;In this first part of the &lt;strong&gt;Frida on Android&lt;/strong&gt; series, we learn how to perform a basic setup to use &lt;code&gt;Frida&lt;/code&gt; on our Android device. We start by understanding what is &lt;code&gt;Frida&lt;/code&gt; and what components are required by &lt;code&gt;Frida&lt;/code&gt; to properly run on Android. Then, we proceed to perform the actual setup of said components. Finally, we make our workflow faster by embedding custom shell commands in our &lt;code&gt;.zshrc&lt;/code&gt; (or &lt;code&gt;.bashrc&lt;/code&gt;) file.&lt;/p&gt;</description></item></channel></rss>