awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to mlgmxyysd/xiaomi-hyperos-bootloader-bypass

Projects sharing features with Xiaomi HyperOS BootLoader Bypass

30 open-source projects similar to mlgmxyysd/xiaomi-hyperos-bootloader-bypass, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • mlgmxyysd/xiaomi-bootloader-questionnaireMlgmXyysd avatar

    MlgmXyysd/Xiaomi-BootLoader-Questionnaire

    4,241View on GitHub↗

    This project is a technical resource and set of utilities designed to assist in unlocking the bootloader on Xiaomi devices. It provides a combination of guides, account qualification tools, and exam simulators to help users obtain the necessary permissions for device modification. The toolkit includes an interactive bootloader unlock exam simulator and a comprehensive database of correct responses and historical answer archives. These resources are used to study for and pass the official qualification tests required for unlocking. The project also provides utilities to detect account restric

    androidbootloaderbootloader-unlock
    View on GitHub↗4,241
  • zhzyker/exphubzhzyker avatar

    zhzyker/exphub

    4,282View on GitHub↗

    Exphub is a CVE exploit script library and enterprise software vulnerability suite designed to verify and exploit known security flaws in server environments such as WebLogic, Struts2, Tomcat, and JBoss. It functions as a remote code execution toolkit and a web shell deployment framework for triggering unauthorized command execution and establishing persistent access on remote systems. The project includes specialized utilities for internal network reconnaissance, specifically using server-side request forgery to scan for open ports and services. It further provides mechanisms for bypassing a

    Pythoncve-2020-10199cve-2020-10204cve-2020-11444
    View on GitHub↗4,282
  • shellphish/how2heapshellphish avatar

    shellphish/how2heap

    8,444View on GitHub↗

    how2heap is an educational resource and technical testbed for learning heap-based vulnerabilities and memory allocator internals. It provides a collection of source code examples and binaries that serve as a laboratory for studying memory corruption techniques specifically targeting the glibc malloc implementation. The project focuses on the development of exploit primitives, such as tcache poisoning and double frees, to redirect program execution. It includes a suite of implementations for bypassing memory protections and manipulating heap metadata to achieve arbitrary memory writes. The fr

    C
    View on GitHub↗8,444

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • davinci1010/pinduoduo_backdoordavinci1010 avatar

    davinci1010/pinduoduo_backdoor

    5,442View on GitHub↗

    This project is a collection of malware analysis reports and decompiled code focused on a backdoor embedded within an Android application. It serves as a study of Android APK malware, documenting the specific code patterns used for unauthorized data access and system security bypasses. The research focuses on dynamic bytecode loading and the execution of remote files to implement persistence. It specifically analyzes mechanisms for downloading and running remote Dalvik Executable files to change application behavior without updating the installed package. The analysis covers several security

    pdd
    View on GitHub↗5,442
  • lsposed/lsposed.github.ioLSPosed avatar

    LSPosed/LSPosed.github.io

    6,247View on GitHub↗

    This project is a static site project homepage and software distribution website. It serves as an Android modification portal and a central web portal for downloading official releases and accessing documentation for Android system modifications. The site functions as a markdown-based documentation site and an open source project hosting platform. It provides a central location for technical references and guides regarding the Android system framework, while distributing stable software versions and installation guides to the developer community. The website is built using static site genera

    HTML
    View on GitHub↗6,247
  • r0rt1z2/mtkclientR0rt1z2 avatar

    R0rt1z2/mtkclient

    20View on GitHub↗

    Language: 🇺🇸 🇨🇳

    Python
    View on GitHub↗20
  • bkerler/mtkclientbkerler avatar

    bkerler/mtkclient

    783View on GitHub↗

    Language: 🇺🇸 🇨🇳

    Python
    View on GitHub↗783
  • mashed-potatoes/potatonvmashed-potatoes avatar

    mashed-potatoes/PotatoNV

    1,622View on GitHub↗

    Unlock bootloader of Huawei devices on Kirin SoC.

    C#
    View on GitHub↗1,622
  • r0rt1z2/lkpatcherR

    R0rt1z2/lkpatcher

    0View on GitHub↗

    lkpatcher is a comprehensive Python tool and module designed for modifying and patching LK (Little Kernel) bootloader images. The utility offers flexibility along with an intuitive API for maximum control.

    View on GitHub↗0
  • shomykohai/penumbrashomykohai avatar

    shomykohai/penumbra

    351View on GitHub↗

    🌘 MTK flash tool written in rust

    Rust
    View on GitHub↗351
  • chenxiaolong/avbrootchenxiaolong avatar

    chenxiaolong/avbroot

    906View on GitHub↗

    (This page is also available in: Russian (Русский).)

    Rust
    View on GitHub↗906
  • rovo89/xposedinstallerrovo89 avatar

    rovo89/XposedInstaller

    3,973View on GitHub↗

    XposedInstaller is an Android system hooking tool designed to deploy the Xposed modification framework to a device. It serves as a rooted Android modification utility that enables the interception and modification of Android system and application methods to change native operating system behavior. The tool manages the installation of the framework to allow for deep system-level hooks and device behavior customization. It automates the deployment of the software required to alter how the Android operating system and its installed applications function. The installation process involves writi

    Javaandroidxposed
    View on GitHub↗3,973
  • nisrulz/android-tips-tricksnisrulz avatar

    nisrulz/android-tips-tricks

    4,748View on GitHub↗

    This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android development workflow. It serves as a comprehensive resource for implementing best practices in application building, debugging, and user interface design. The repository covers specialized techniques for build optimization, including methods to reduce binary sizes and accelerate compilation. It also provides detailed references for device debugging, memory leak detection, and the application of Material Design principles. The project further details productivity enhancements fo

    Java
    View on GitHub↗4,748
  • alibaba/dexposedalibaba avatar

    alibaba/dexposed

    4,508View on GitHub↗

    Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code instrumentation on Android devices. It functions as a hooking framework and instrumentation tool used to load custom code into running processes to alter logic without modifying the original bytecode. The project enables the interception and modification of method behavior within both Android applications and the system framework. It specifically provides capabilities for bypassing operating system limitations by overriding framework calls and applying hot patches to live processes w

    Java
    View on GitHub↗4,508
  • jingmatrix/lsposedJingMatrix avatar

    JingMatrix/LSPosed

    11,494View on 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

    Javaandroidarthooklsposed
    View on GitHub↗11,494
  • lsposed/magiskonwsalocalLSPosed avatar

    LSPosed/MagiskOnWSALocal

    10,535View on GitHub↗

    MagiskOnWSALocal is a toolkit and set of scripts designed to integrate root access and Google Apps into the Windows Subsystem for Android. It functions as a customization utility to provide administrative control over the virtualized Android environment. The project enables the installation of Magisk root binaries and the integration of Google Play Store services. It includes capabilities for removing default application marketplaces and modifying system settings to customize the subsystem. The toolset manages subsystem maintenance through version updates that preserve user data. It also pro

    Shellandroidgoogle-appsmagisk
    View on GitHub↗10,535
  • morpheapp/morphe-patchesMorpheApp avatar

    MorpheApp/morphe-patches

    2,550View on GitHub↗

    This project provides a collection of patches and modification sets for Android applications. It focuses on enhancing media consumption through the removal of advertisements and sponsored segments, while enabling deep customization of application interfaces and internal behaviors. The project employs system-level modifications, including binary hooking, bytecode manipulation, and dynamic memory patching, to override default application restrictions. These capabilities allow for the restoration of push notifications via signature spoofing, the suppression of screenshot alerts, and the automati

    Java
    View on GitHub↗2,550
  • 7h30th3r0n3/cve-2026-9082-drupal-poc7

    7h30th3r0n3/CVE-2026-9082-Drupal-PoC

    0View on GitHub↗
    View on GitHub↗0
  • 404godd/cve-2026-20841-poc4

    404godd/CVE-2026-20841-PoC

    0View on GitHub↗
    View on GitHub↗0
  • 0xblackash/cve-2026-202450xBlackash avatar

    0xBlackash/CVE-2026-20245

    4View on GitHub↗

    CVE-2026-20245

    Python
    View on GitHub↗4
  • 3nou9h/cve-2026-9256-poc3nou9h avatar

    3nou9h/CVE-2026-9256-Poc

    2View on GitHub↗
    Python
    View on GitHub↗2
  • 11romain/cve-2026-90821

    11romain/CVE-2026-9082

    0View on GitHub↗
    View on GitHub↗0
  • bluedragonsecurity/cve-2026-23416-pocB

    bluedragonsecurity/CVE-2026-23416-POC

    0View on GitHub↗
    View on GitHub↗0
  • 0xblackash/cve-2026-201310xBlackash avatar

    0xBlackash/CVE-2026-20131

    0View on GitHub↗

    CVE-2026-20131

    Python
    View on GitHub↗0
  • 0xblackash/cve-2026-114990

    0xBlackash/CVE-2026-11499

    0View on GitHub↗
    View on GitHub↗0
  • criann/check-cve-2026-23111C

    criann/check-cve-2026-23111

    0View on GitHub↗
    View on GitHub↗0
  • 06-ux/cve-2026-9256-poc06-ux avatar

    06-ux/CVE-2026-9256-POC

    0View on GitHub↗

    CVE-2026-9256 Nginx heap buffer overflow POC

    Python
    View on GitHub↗0
  • daytriftnewgen/cve-2026-21876D

    daytriftnewgen/CVE-2026-21876

    0View on GitHub↗
    View on GitHub↗0
  • dylanzahedi/cve-2026-9277D

    DylanZahedi/CVE-2026-9277

    0View on GitHub↗
    View on GitHub↗0
  • bishopfox/cve-2026-22557-checkB

    BishopFox/CVE-2026-22557-check

    0View on GitHub↗
    View on GitHub↗0