Skip to content

reveny/Android-Emulator-Detection

Repository files navigation

Android-Emulator-Detection

POC Tool to detect if app is ran on an emulator

Features

  • Detect Android Studio Emulator
  • Detect Any Gaming Emulator
  • List Detections

How To

// Import the package
package com.reveny.emulator.detection;

// Create a new EmulatorDetection object.
EmulatorDetection detection = new EmulatorDetection();

// Check whether is emulator or not
boolean status = detection.isDetected();    // True if running in emulator else false

// Get the detected result
String result = detection.getResult()   // Empty if status is false else gives all the detections

Contact

Telegram Group: https://t.me/reveny1
Telegram Contact: https://t.me/revenyy

Preview

image