2025-09-12   1 min   meta, introduction

Welcome to my Blog

Hello World

Welcome to my blog. This is where I will be writing about topics that interest me — low-level programming, reverse engineering, network security, and whatever else comes to mind.

What to expect

  • Technical deep-dives into Windows internals, hooking mechanisms, and driver development
  • Networking posts about packet analysis, protocol internals, and security hardening
  • Project updates for tools and experiments I am working on
  • Photography notes when I feel like writing about a particular shot

The stack

This site is intentionally minimal. Markdown files hold the content, a static build turns them into plain HTML, and the photos are resized once at build time. No runtime, no framework in the browser, one JavaScript file per page that needs it.

int main() { printf("keep it simple\n"); return 0; }

More posts coming soon. Stay tuned.