Skip to content
View ppoffice's full-sized avatar

Organizations

@docker-android-sdk
Block or Report

Block or report ppoffice

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nexus-lab/iot-service-blockchain nexus-lab/iot-service-blockchain Public

    Secure Decentralized IoT Service Platform using Consortium Blockchain

    Go 1

  2. nexus-lab/relf-client nexus-lab/relf-client Public

    The Android client for "ReLF: Scalable Remote Live Forensics for Android"

    Java 3

  3. Install Visual Studio Code (actually... Install Visual Studio Code (actually code-server) on Android
    1
    1. Install [Termux](https://termux.com/), an Android terminal emulator that provides a Linux execution environment and various tools.
    2
    
                  
    3
    2. Update system packages in Termux:
    4
    
                  
    5
       ```sh
  4. LXC for Android 9.0.0 r18 Goldfish LXC for Android 9.0.0 r18 Goldfish
    1
    ### Steps to build Android kernel and system for LXC:
    2
    
                  
    3
    1. Download Android SDK, NDK, system and kernel source code;
    4
    2. Download modified lxc and libcap source code (ppoffiec/lxc-android, ppoffice/libcap-android)
    5
    3. Build Android system from source first so that we can link to its shared library when we build lxc (or maybe we don't have to);
  5. How to setup a Mirai testbed How to setup a Mirai testbed
    1
    # Overview
    2
    - CNC Server: 192.168.1.12:23 (cnc.local:23)
    3
    - Report Server: 192.168.1.12:48101 (cnc.local:48101)
    4
    - Loader Server: 192.168.1.13
    5
    - Bot Binary Host: http://192.168.1.13:80/bins/mirai.*
  6. A step by step guide to upgrade webv... A step by step guide to upgrade webview on an old Android Emulator
    1
    ## Tools
    2
    
                  
    3
    1. emulator (30.3.5) (via Android SDK)
    4
    2. adb (30.0.5) (via Android SDK)
    5
    3. apktool (2.5.0) and Java runtime