Reverse Engineering Hello World
My first C program. Coding a Hello World Program in C and reversing it Coding There are a total of 5 lines in this code and I took time to understand each. Header files #include <stdio.h> is a line

Search for a command to run...
Series
A series of articles that explain different topics in the field of cybersecurity.
My first C program. Coding a Hello World Program in C and reversing it Coding There are a total of 5 lines in this code and I took time to understand each. Header files #include <stdio.h> is a line

Weirdsnake is a medium level reverse engineering CTF from pico - link Challenge After downloading the file, which turned out to be python bytecode which I was completely unfamiliar with. I read a co

Coding and Reversing a very basic calculator in C. Coding Line 1-2 #include <stdio.h> #include <stdlib.h> These are the heaader files where I imported the standard libraries I would be needing in t

3 months, and 110 CTFs later, here's a recap of what I've learned so far from solving cybersecurity challenges. Over the past few months I have solved 75 CTFs from pico, 12 from TryHackme , and 21 from OvertheWire. And I could talk about so many thin...

Cybersecurity Awareness Month

Companies are hot spots for attackers and threat actors, an organisation that runs services in which a lot of people depend on for some daily need will go through a loss if successfully breached by an attacker. Imagine Google being hacked, millions o...
