Skip to content
View int3kn's full-sized avatar

Block or report int3kn

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
int3kn/README.md

Hi, I'm Gardenia

量子力学领军人物
熟练使用c++编写hello world
对golang的println略有研究
超级马里奥一条命通关选手
以上只有一条是假的

GitHub hahwul


更多关于我...

package main

type Me struct{
  Pronouns string
  Code string
  Job string
  BestAndFavoriteSkill string
}

func main() {
  me := &Me{
    Job: "windows安全工程师,游戏安全工程师",
    Pronouns: "He/Him",
    Code: "c++ and Go and Everythings",
    BestAndFavoriteSkill: "Game Hacking and SoftWare Hacking :D"
  }
  _ = me
}

Popular repositories Loading

  1. Game-Cheating-Tutorial Game-Cheating-Tutorial Public

    Forked from 26597925/Game-Cheating-Tutorial

    热门网络游戏辅助开发教程

    C 1 1

  2. awesome-windows-kernel-security-development awesome-windows-kernel-security-development Public

    Forked from ExpLife0011/awesome-windows-kernel-security-development

    windows kernel security development

    1 1

  3. IMGUI-Hacker-foldable-menu IMGUI-Hacker-foldable-menu Public

    Forked from EKUiEKU/IMGUI-Hacker-foldable-menu

    IMGUI Hacker foldable second-level second-level menu

    C++

  4. trojan trojan Public

    Forked from Jrohy/trojan

    trojan多用户管理部署程序, 支持web页面管理

    Go

  5. QuickLook QuickLook Public

    Forked from QL-Win/QuickLook

    Bring macOS “Quick Look” feature to Windows

    C#

  6. Shtreeba Shtreeba Public

    Forked from mdilai/Shtreeba

    VAC-proof 32bit DLL injector written in C++, using memory mapping and thread hijacking techniques

    C++