0xB. After That

Bismillah, and peace and blessings upon the Messenger of Allah, and upon his family and companions and those who follow him. Praise be to Allah, Lord of the worlds, by whose favor and guidance the Entry P01NT workshop has been completed. I ask Allah to record for you beneficial knowledge and righteous deeds through it, and that it be a good beginning for you. The Road Ahead Reverse engineering is not merely reading articles; it is practice, experimentation, and building muscle memory in handling tools and analyzing code. Accordingly, we have prepared a simple roadmap for you: ...

March 26, 2026 · 2 min · P01NT

0xA. Dynamic Lab

Bismillah In this article, we will solve a simple lab challenge that relies entirely on dynamic analysis using the x64dbg debugger. We assess that the exercise demonstrates how to bypass anti-debugging mechanisms and how to patch the program’s execution flow so that it accepts any key we provide. Lab environment setup: The executable for this lab can be downloaded from the following link dyn4m1c_cr4ckm3 in the course repository. Archive password: p01nt ...

March 25, 2026 · 5 min · P01NT

0x9. Static Lab

Bismillah In this article, we will solve a simple lab challenge that relies entirely on static analysis (Static Analysis). The objective here is to apply the concepts learned previously to decrypt the flag hidden within the program. Lab environment setup: You may download the executable for this lab from the following link 5t4t1c_cr4ckm3 in the course repository. The archive password is: p01nt To open this file you must open it inside a VM. Although I am the one who designed this file, never trust the cyber community. We will run the file with the following command ...

March 24, 2026 · 5 min · P01NT

0x8. The Reverse Engineer's Mindset

Bismillah The reverse engineer does not perceive code merely as complex programming instructions, but rather as a “black box” with inputs and outputs. In this article, we discuss how the reverse engineer’s mindset is built and how to infer the hidden programmatic logic. The Scenario Imagine we are confronted with a locked electronic door. This door opens only if a single correct character is entered from the keyboard. We have only the keyboard and a small screen that displays a single message upon each input attempt. ...

March 23, 2026 · 3 min · P01NT