Archives
My archive of past posts. Feel free to dig in!
2025 11
August 2
-
What the heap? (Part 2)
Published: at 11:05 PMLet's explore about malloc, calloc and realloc. This is second part.
-
What the heap? (Part 1)
Published: at 01:47 PMEver wonder about how heap works? This is first part.
July 4
-
What the stack is that? (Part 3)
Published: at 02:21 PMLet’s go some hands-on with the stack frame. This is final part.
-
What the stack is that? (Part 2)
Published: at 05:11 PMLet’s go even deeper into the stack frame. This is second part.
-
What the stack is that? (Part 1)
Published: at 06:52 PMLet's deep dive into how stack works. This is first part.
-
AI - Friend or Foe
Published: at 02:28 PMWhy we fear new things but can’t live without them.
June 2
-
Compiled THM Write Up
Published: at 01:49 PMWalkthrough of the TryHackMe's room - Compiled
-
Memory Management in Assembly (You're the Boss Now!)
Published: at 02:50 PMMemory management plays an important role in assembly. Let's discuss about it!
April 2
-
Assembly Project Ideas
Updated: at 11:34 AMEasy assembly project ideas for those who are starting out.
-
Caller vs Callee Saved Registers
Published: at 09:48 PMCaller vs Callee Saved Registers, Who’s responsible for what?
March 1
-
Short Note for Registers
Published: at 09:40 PMTL;DR about registers for you