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

Block or report zarkivy

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 101 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