Initial profile

This commit is contained in:
H3XploR
2026-05-18 18:42:00 +02:00
commit dbafff3638
+98
View File
@@ -0,0 +1,98 @@
---
<div align="center">
```
██╗ ██╗██████╗ ██╗ ██╗██████╗ ██╗ ██████╗ ██████╗
██║ ██║╚════██╗╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██╔══██╗
███████║ █████╔╝ ╚███╔╝ ██████╔╝██║ ██║ ██║██████╔╝
██╔══██║ ╚═══██╗ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██╔══██╗
██║ ██║██████╔╝██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
```
</div>
---
## `> whoami`
```c
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
<div align="center">
![C](https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white)
![C++](https://img.shields.io/badge/C++-004488?style=for-the-badge&logo=cplusplus&logoColor=white)
![Assembly](https://img.shields.io/badge/ASM_x86/x64-E34F26?style=for-the-badge&logo=assemblyscript&logoColor=white)
</div>
### Tools & Platforms
<div align="center">
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
![Git](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)
</div>
### Domains
<div align="center">
![RevEng](https://img.shields.io/badge/Reverse_Engineering-222222?style=for-the-badge&logo=buffer&logoColor=00ff41)
</div>
---
## `> stats --github`
<div align="center">
<img height="180em" src="https://github-readme-stats.vercel.app/api?username=H3XploR&show_icons=true&theme=chartreuse-dark&hide_border=true&bg_color=0d0d0d&title_color=00ff41&icon_color=00ff41&text_color=cccccc&rank_icon=github" />
<img height="180em" src="https://github-readme-stats.vercel.app/api/top-langs/?username=H3XploR&layout=compact&theme=chartreuse-dark&hide_border=true&bg_color=0d0d0d&title_color=00ff41&text_color=cccccc&langs_count=6" />
</div>
<div align="center">
[![GitHub Streak](https://streak-stats.demolab.com?user=H3XploR&theme=dark&hide_border=true&background=0D0D0D&stroke=00ff41&ring=00ff41&fire=ff4500&currStreakNum=ffffff&sideNums=cccccc&currStreakLabel=00ff41&sideLabels=00ff41&dates=888888)](https://git.io/streak-stats)
</div>
---
## `> activity --graph`
<div align="center">
[![H3XploR's Activity Graph](https://github-readme-activity-graph.vercel.app/graph?username=H3XploR&bg_color=0d0d0d&color=00ff41&line=00cc33&point=ffffff&area=true&hide_border=true)](https://github.com/ashutosh00710/github-readme-activity-graph)
</div>
## `> activity --calendar`
<div align="center">
<img src="https://ghchart.rshah.org/00ff41/H3XploR" alt="H3XploR's Contribution Calendar" style="width:100%;max-width:800px;" />
</div>