awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesDevice Model Simulation

Intercepts system property reads to simulate a different device hardware model.

Distinct from Device Fingerprinting: Focuses on simulating a specific device model identity, whereas Device Fingerprinting focuses on the collection of signals for identification.

Explore 4 awesome GitHub repositories matching security & cryptography · Device Model Simulation. Refine with filters or upvote what's useful.

Awesome Device Model Simulation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • budtmo/docker-androidAvatar budtmo

    budtmo/docker-android

    15,322Vezi pe GitHub↗

    Docker-Android runs a full Android emulator inside a Docker container, enabling mobile app testing and automation without requiring a physical device. The emulator uses QEMU-based virtualization with optional KVM acceleration for hardware-backed performance, and supports nested virtualization on cloud VMs from providers like AWS, GCP, and Azure for environments without direct hardware acceleration. The container exposes the Android Debug Bridge over TCP/IP, allowing host-side tools to connect to the emulator as if it were a local device. It provides browser-based interaction with the emulator

    Allows selecting predefined phone and tablet models to simulate their screen and behavior in the emulator.

    Pythonalibabacloudandroidandroid-emulator
    Vezi pe GitHub↗15,322
  • jingmatrix/lsposedAvatar JingMatrix

    JingMatrix/LSPosed

    11,494Vezi pe GitHub↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Intercepts system property reads to simulate a different device model for cloud configurations.

    Javaandroidarthooklsposed
    Vezi pe GitHub↗11,494
  • tencent/qmui_iosAvatar Tencent

    Tencent/QMUI_iOS

    7,202Vezi pe GitHub↗

    QMUI_iOS is an iOS development framework that extends standard UIKit components and provides a unified theme configuration system for faster app development. It functions as a collection of ready-made tools for device information, dynamic type, keyboard management, and status bar handling, while also offering a configuration system that adjusts an app's entire visual style—colors, navigation bars, inputs, and lists—from a single table. The framework differentiates itself by reading the device model locally to apply compatibility measures without uploading device information, and by providing

    Reads the device model locally to apply compatibility measures without uploading the information.

    Objective-Ciosios-uiui-components
    Vezi pe GitHub↗7,202
  • autoscrape-labs/pydollAvatar autoscrape-labs

    autoscrape-labs/pydoll

    6,919Vezi pe GitHub↗

    pydoll is a Chrome DevTools Protocol automation library and headless browser controller used for web data extraction and parallel browser automation. It controls Chromium-based browsers via direct WebSocket connections, allowing it to manage isolated browser contexts and tabs while bypassing the overhead and detection associated with WebDriver. The project features an anti-bot evasion framework that mimics natural human behavior, including mouse movements generated via Bezier curves and variable typing patterns. It provides specialized stealth capabilities to bypass behavioral analysis and au

    Simulates different device hardware models by modifying user-agent strings and platform metadata.

    Pythonanti-detectionautomationbrowser-automation
    Vezi pe GitHub↗6,919
  1. Home
  2. Security & Cryptography
  3. Device Model Simulation

Explorează sub-etichetele

  • Android Device Model SelectorsSelects predefined phone or tablet models to simulate their screen dimensions and behavior in an Android emulator. **Distinct from Device Model Simulation:** Distinct from Device Model Simulation: focuses on selecting from predefined device profiles, not intercepting system property reads.
  • Local Device Model ReadersReads the local device model string to apply compatibility logic without network uploads. **Distinct from Device Model Simulation:** Distinct from Device Model Simulation: reads the actual device model for compatibility, not simulating a different model.