x

Isla Mukheef | blog

I love yapping about computer stuff especially the things that I find interesting. Why only yap in person when I can yap to the internet as well!

Building a Linux-Style File Explorer: Recreating the ‘ls’ Command in C

A Step-by-Step Guide to coding a Linux-Inspired File Lister

8 min read - Feb-01-2025

Implementing the redo(Ctrl + Y) Functionality with Circular Queues in C

This is a continuation of the previous undo implementation article

7 min read - Dec-30-2024

Implementing the Undo (Ctrl + Z) Functionality with Circular Queues in C

How to Implement ctrl + z for a text editor in c

8 min read - Dec-29-2024

Structure padding and memory waste in C

why compilers add paddings

2 min read - Dec-07-2024

Building a Simple 64-Bit Server in Assembly with NASM

10 min read - Nov-30-2024

UD2 — Anti Decompiler

This technique is really easy to bypass so I will talk a bit about it and I will show different ways to bypass it.

2 min read - Apr-06-2022

WannaCry Static Analysis

This is a continuation of the previous undo implementation article

5 min read - Apr-15-2021