Category: Android

  • Ghidra: A software reverse engineering (SRE) framework

    TOC 1. Clone the Ghidra repository from GitHub 2. install build tools 3. Download non-Maven Central dependencies 4. Build Ghidra 5. Launch Ghidra 5.1 Creating a Project 5.2 Import a Program 5.3 Select the file format and microprocessor language 5.4 Drag and drop to open a program in a tool 5.5 The Ghidra application window…

  • Launch an AOSP build in a Cuttlefish virtual device

    TOC 1 Launch an AOSP build in a Cuttlefish virtual device 1.1 Build, and install the host Debian packages 1.1.1 A make error 1.2 Download cvd-host_package 1.3 Launch Cuttlefish 1.4 Verify that Cuttlefish is visible through adb 1.5 Stop Cuttlefish 2. Launch an AOSP build using the Cuttlefish Docker image 2.1 Download docker image 2.2…

  • Build Android – Android15

    Build Android – Android15 TOC 1 Download the Android source 1.1 Initialize the Repo client 1.1.1 Install the repo 1.1.2 Create and navigate to a working directory 1.1.3 Initialize your working directory for source control using the repo 1.2 Download the Android source 2. Build Android 2.1 Install required packages 2.2 Set up your build…