Skip to content
View 0xErSHaD's full-sized avatar
🧠
Focusing
🧠
Focusing
  • Just another address in memory
  • Joined Aug 14, 2026

Block or report 0xErSHaD

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xErSHaD/README.md

C:\> %USERNAME% → ErSHaD

"Are you a ONE or a ZERO"

✉️ Reach me at: ErshadLabs@gmail.com


C:\> type about_me.txt

I'm ErSHaD. I don't claim to be a master of the dark arts; rather, I'm an explorer on a very long and challenging journey. My goal is to move beyond just running security tools and actually understand the architectures, the memory, and the core systems that power everything.

C:\> tasklist | findstr "learning.exe"

It's a steep learning curve, but I am currently dedicating my time and passion to exploring:

  • Systems Programming: Getting my hands dirty with low-level concepts.
  • OS Architecture: Slowly wrapping my head around Windows Internals.
  • Offensive Security: Learning the adversarial mindset—breaking things to see how they tick.
  • Security Research: Taking baby steps into malware analysis and reverse engineering.

C:\> dir /b C:\Toolkit\Current

The gear I'm currently using (and constantly learning) to fuel my curiosity:

  • Languages: C, C++, Python
  • Domains: Web, Networking, and Low-Level experiments


👀 Heads up! This repository is my personal laboratory.

The code here represents my learning journey. Expect bugs, raw experiments, and unoptimized logic. I share this to learn in public and document my progress.

Feedback, pointers, and constructive critiques are always welcome!

Dive in and learn with me.

"Thanks for dropping by. Explore, learn, and break things."

Pinned Loading

  1. TicTacToe TicTacToe Public

    My very first real programming project from 2024. A Windows Forms Tic-Tac-Toe featuring 22,000 lines of raw, hardcoded logic in a single file!

    C#