2026-05-18 18:42:00 +02:00
2026-05-18 18:42:00 +02:00


 ██╗  ██╗██████╗ ██╗  ██╗██████╗ ██╗      ██████╗ ██████╗
 ██║  ██║╚════██╗╚██╗██╔╝██╔══██╗██║     ██╔═══██╗██╔══██╗
 ███████║ █████╔╝ ╚███╔╝ ██████╔╝██║     ██║   ██║██████╔╝
 ██╔══██║ ╚═══██╗ ██╔██╗ ██╔═══╝ ██║     ██║   ██║██╔══██╗
 ██║  ██║██████╔╝██╔╝ ██╗██║     ███████╗╚██████╔╝██║  ██║
 ╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝     ╚══════╝ ╚═════╝ ╚═╝  ╚═╝

> whoami

typedef struct {
    char *alias;
    char *role;
    char *focus[1];
    bool always_learning;
} Wizard;

Wizard me = {
    .alias         = "H3XploR",
    .role          = "CS Student · Reverse Engineering",
    .focus         = {
        "Reverse Engineering (x86/x64)"
    },
    .always_learning = true
};

> skills --list

Languages

C C++ Assembly

Tools & Platforms

Linux Git

Domains

RevEng


> stats --github

GitHub Streak


> activity --graph

H3XploR's Activity Graph

> activity --calendar

H3XploR's Contribution Calendar
S
Description
No description provided
Readme 24 KiB