Tag

Xposed

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
May 31, 2023 · Mobile Development

Analysis of an Android Step Counter Manipulation App Using the Xposed Framework

This article provides a detailed technical analysis of an Android step‑counter simulator app that leverages the Xposed framework to hook system sensor APIs, modify step data, and achieve user‑defined step targets, while also explaining relevant sensor fundamentals and required permissions.

AndroidHookingMobile Security
0 likes · 7 min read
Analysis of an Android Step Counter Manipulation App Using the Xposed Framework
JD Retail Technology
JD Retail Technology
Jul 28, 2021 · Mobile Development

Applying Aspect‑Oriented Programming (AOP) for Privacy Compliance and Thread Optimization in Android Apps

This article explains how Aspect‑Oriented Programming is applied in Android development to achieve non‑intrusive privacy compliance checks and thread‑usage optimization, detailing the use of compile‑time ASM bytecode instrumentation and runtime Xposed/epic hooks, along with code examples and measured performance gains.

AOPASMAndroid
0 likes · 14 min read
Applying Aspect‑Oriented Programming (AOP) for Privacy Compliance and Thread Optimization in Android Apps
Qunar Tech Salon
Qunar Tech Salon
Dec 3, 2020 · Mobile Development

Step-by-Step Guide to Using Xposed for Hooking Android Apps and Modifying the IMEI

This tutorial explains how to set up the Xposed framework on a rooted Android device, create a hook module that intercepts the IMEI‑retrieving method, compile and install the module, and demonstrates additional privacy‑related use cases such as data masking and ad removal.

Android HookIMEI SpoofingMobile Security
0 likes · 10 min read
Step-by-Step Guide to Using Xposed for Hooking Android Apps and Modifying the IMEI
Qunar Tech Salon
Qunar Tech Salon
Dec 1, 2020 · Information Security

Bypassing and Defending HTTPS Certificate Verification in Android Apps

This article explains the mechanisms of HTTPS certificate verification in Android, outlines various implementation methods, demonstrates how to bypass verification using tools like JustTrustMe and SSLkiller, and provides detection and protection strategies for developers to safeguard their apps against such attacks.

AndroidCertificate VerificationHTTPS
0 likes · 9 min read
Bypassing and Defending HTTPS Certificate Verification in Android Apps
360 Tech Engineering
360 Tech Engineering
Apr 27, 2018 · Mobile Development

Running Xposed Modules on Non‑Root Android Devices: Architecture and Implementation

This article explains how the Xposed framework works, why it normally requires root, and presents a technical approach using application sandboxing and dual‑app virtualization to enable Xposed modules on non‑root Android phones, including details of framework porting and hook mechanisms.

AndroidHookRootless
0 likes · 6 min read
Running Xposed Modules on Non‑Root Android Devices: Architecture and Implementation
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Jul 5, 2017 · Mobile Development

In‑Depth Analysis of Xposed Framework Initialization and Hook Mechanism on Android

This article provides a detailed technical walkthrough of how the Xposed framework replaces the Android Zygote process, initializes its runtime, registers services, and hooks methods by examining the main, initialize, startAll, and onVmCreated functions along with installation steps.

AndroidHookingRuntime
0 likes · 6 min read
In‑Depth Analysis of Xposed Framework Initialization and Hook Mechanism on Android
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Jun 15, 2017 · Mobile Development

Understanding the Xposed Framework Hook Mechanism on Android

This article provides a detailed analysis of the Xposed framework on Android, explaining its purpose, how it integrates with the Zygote process, and step‑by‑step walkthrough of the Hook workflow, including key native methods, ArtMethod manipulation, and example code for method interception.

AndroidArtMethodHook
0 likes · 8 min read
Understanding the Xposed Framework Hook Mechanism on Android