Skip to content
View zarkivy's full-sized avatar
🥺
still learning
🥺
still learning

Block or report zarkivy

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
zarkivy/README.md
impl ZarKivY {
    pub fn about() -> Self {
        Self {
            name: "Kevin Zhang",
            birth: 1999,
            email: "zarkivy@outlook.com",
            school: "Beijing Institute of Technology",
        }
    }
}

impl Programmer for Zarkivy {
    fn topics(&self) -> Vec<&'static str> {
        vec!["IaaS", "Container", "Virtualization", "Kernel"]
    }

    fn languages(&self) -> Vec<&'static str> {
        vec!["Rust", "Python", "Golang", "C", "C++", "Bash"]
    }
}

Pinned Loading

  1. LibcSearcher LibcSearcher Public

    🔍 LibcSearcher-ng -- get symbols' offset in glibc.

    Python 102 14

  2. BinV BinV Public

    👓 Yet another binary vulnerbilities checker. An automated vulnerability scanner for ELF based on symbolic execution.

    Python 34 9

  3. embins embins Public

    📦 Precompiled binaries for embedded system.

    TeX 4

  4. dotfiles dotfiles Public

    Personal dotfiles

    Shell