iqmacodes.hashnode.devReverse Engineering Hello WorldMy 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 7h ago·2 min read
iqmacodes.hashnode.devWeirdsnake CTFWeirdsnake 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 co7h ago·6 min read
iqmacodes.hashnode.devReverse Engineering a CalculatorCoding 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 t7h ago·5 min read
iqmacodes.hashnode.devLessons From Completing Over a 100 CTFs3 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...Jul 1, 2025·6 min read
iqmacodes.hashnode.devHow do Your Passwords get hacked?Password attacks are one of the most popular ways people get their information and data compromised, and most cyberattacks are focused on obtaining the user's passwords. This article explains how your passwords get compromised, the different ways in ...Oct 26, 2024·5 min read