Skip to content
View wumai2580's full-sized avatar
💭
“待到秋来九月八,我花开后百花杀”
💭
“待到秋来九月八,我花开后百花杀”

Block or report wumai2580

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wumai2580/README.md

Typing SVG

GitHub followers GitHub Stars Profile Views


关于我

// 🦀 developer.rs
struct Developer {
    name: &'static str,
    role: &'static str,
    code: Vec<&'static str>,
    focus: Vec<&'static str>,
}

impl Developer {
    fn new() -> Self {
        Self {
            name: "羽缶 / GriefRedd",
            role: "System Developer",
            code: vec!["Rust", "Python"],
            focus: vec![
                "Linux Kernel",
                "Android System",
                "Reverse Engineering",
                "Fastboot Tools",
            ],
        }
    }
}


🛠️ 技术栈

Rust Python

Linux Android Windows Git


� 精i选项目

Readme Card


📊 GitHub 统计


感谢访问!欢迎 Star ⭐ 和 Follow 👋

Popular repositories Loading

  1. fastboot-rs fastboot-rs Public

    Android Fastboot/ADB tool rewritten in Rust

    Rust 3 1

  2. NonGKI_Kernel_Build NonGKI_Kernel_Build Public

    Forked from JackA1ltman/NonGKI_Kernel_Build

    Automatic build Non-GKI Kernel with KSU and SUSFS

    Shell 2

  3. find_load_module-tool find_load_module-tool Public

    本工具用于在无Linux内核源码的情况下,查找出内核函数load_module的位置,确保在无内核源码的情况下,顺利去除所有加载驱动的验证,此工具适用于所有Linux ARM64内核

    C++ 2 1

  4. wumai2580 wumai2580 Public

    👋 My GitHub Profile - Android Developer & Tech Enthusiast

    1

  5. Magisk-Captive-Manager Magisk-Captive-Manager Public

    Forked from muink/Magisk-Captive-Manager

    修改Captive Portal服务器, 可解Android 网络感叹号问题

    Shell 1

  6. oppo-mtk-fastboot-unlock oppo-mtk-fastboot-unlock Public

    Forked from Shocked-Cat/oppo-mtk-fastboot-unlock

    Modifying the factory preloader and writing the preloader via mtkclient to open access to fastboot and unlock the bootloader

    Python 1