Dark eyes

Three andiord simulator

  • Google avd
  • genymotion
  • Yagami simulator

Use night God simulator

  1. Using the system: windows (there mac version, not used)
  2. Features: fast, simple, less support models  
  3. Download: Download pipe network
  4. Installation: no brain Next
  5. Use:
    1. Yagami simulator
    2. Night God to open up device
      1. Options: cpu auditing, tablet / phone, andirod version
    3. Customized version of andirod
      1. Click on the top of the pinion
      2. Open root
      3. advanced settings
      4. Property set
      5. Default Model
      6. imei set force in portrait / landscape orientation
      7. Save Settings
    4. Install app
      1. Open Yagami application center, click to download
      2. Drag installation, package download apk, pulled inside the simulator
      3. adb install:
        1. Open a god simulator installation path
        2. Locate and open adb.exe (starts in terminal)
        3. In the terminal input devices -l (see already attached phone)
        4. adb.exe install douyin2.5.1.apk (vibrato is ahead of me to download a good package)

Genymotion Andrioid simulator

  1. Runtime: windows, linux, mac
  2. Features: Relative Yagami more complex operations
  3. Preparations: Turn cpu virtualization
    1. Restart the computer
    2. Enter the bios
    3. configuration: open virtualization 
    4. f10 save
    5. Restart the computer
  4. Download: Only free 1000 minutes, garbage, without the

 

Three app capture software

  • fiddler windows / linux web client / app end software features and more general difficulty
  • mitmproxy windows / linux / mac web client / app-side software is generally more difficult and more
  • Andrews less packetCapter packetCapteure side simple function app

fiddler

Introduction

  • fiddler web debugging proxy is a platform that can monitor and modify web traffic
  • Support ie chrome safari firefox and other browsers
  • Can then be connected to other equipment iphone ipad
  • Advantages:
    • View all web applications
    • You can manually modify the request and response
    • Https decrypt the data stream  
  • Shortcoming
    • Only supports http, https, ftp, websocket
    • Unable to resolve more than 2g of data

use

  • Download https://www.telerik.com/fiddler
  • Unzip to a specific directory
  • Use fiddler need mono environment on linux,
    • debian系统sudo apt-get install mono-complete
    • Red Hat systems yum install mono-complete
  • Open a terminal
    • cd installation directory
    • mono Fiddler.exe
  • Setting:
    • tools -options-https
      • Point resolve https
      • I want to grab the browser to select data from browser only
      • Select data from remote clients only to grab the app
    • connections
      • Set the port number,
      • Point allow remote connections

 

Guess you like

Origin www.cnblogs.com/zhangjian0092/p/11780492.html