dbafff36380c3f9e04dea076d125e1fb3af2b6a4
██╗ ██╗██████╗ ██╗ ██╗██████╗ ██╗ ██████╗ ██████╗
██║ ██║╚════██╗╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██╔══██╗
███████║ █████╔╝ ╚███╔╝ ██████╔╝██║ ██║ ██║██████╔╝
██╔══██║ ╚═══██╗ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██╔══██╗
██║ ██║██████╔╝██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
> 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
Tools & Platforms
Domains
> stats --github
> activity --graph
> activity --calendar
Description