awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesHardware Artifact Analysis

Techniques for identifying virtualized environments by inspecting hardware identifiers and device strings.

Distinct from Hardware Inspection: Unlike hardware drivers or virtualization layers, this is a detection technique focusing on artifact inspection.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Hardware Artifact Analysis. Refine with filters or upvote what's useful.

Awesome Hardware Artifact Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • a0rtega/pafisha0rtega का अवतार

    a0rtega/pafish

    3,920GitHub पर देखें↗

    Pafish is an anti-analysis sandbox detector and virtualization environment tester. It serves as a diagnostic utility to identify if a system is running inside a virtual machine or a malware analysis sandbox by executing common anti-analysis techniques. The tool validates the effectiveness of various evasion methods and supports research into sandbox detection. It tests whether a target system can be recognized as a virtualized environment to help improve the stealth of malware analysis environments. Detection is achieved through a variety of behavioral checks, including hardware artifact ana

    Implements hardware artifact checks to identify patterns typical of virtual machine drivers.

    C
    GitHub पर देखें↗3,920
  • dekunukem/nintendo_switch_reverse_engineeringdekuNukem का अवतार

    dekuNukem/Nintendo_Switch_Reverse_Engineering

    3,746GitHub पर देखें↗

    This project is a collection of research and tools for reverse engineering the hardware and communication protocols of Nintendo Switch consoles and controllers. It provides a comprehensive toolset for analyzing physical hardware interfaces, parsing controller communication protocols, extracting embedded firmware, and emulating input signals. The project focuses on decoding raw serial data and packets from controllers to extract input and sensor states. It includes capabilities for simulating hardware signals to send spoofed input data to the system console and extracting microcontroller softw

    Identifies the hardware address and polling frequency of the capacitive touch controller.

    C
    GitHub पर देखें↗3,746
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Artifact Analysis

सब-टैग एक्सप्लोर करें

  • Touchscreen Controller AnalysisAnalysis of hardware addresses and polling frequencies used by capacitive touch controllers. **Distinct from Hardware Artifact Analysis:** Focuses on the communication parameters of the touch controller hardware rather than detecting virtualized environments.