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

0x4. Recognizing C code constructs in Asm

Bismillah When beginning to work with Assembly language, one invariably perceives a degree of difficulty owing to its low-level nature, in contrast to higher-level languages such as C or Python. In this research, we attempt to simplify assembly code so that it may be more readily understood. The premise of this article is that we will author a simple program in C, compile it into x86 Assembly, and then explain the operations that occur in order to analyze the control flow. ...

March 19, 2026 · 8 min · P01NT

0x2. Fundamentals of Reverse Engineering

Bismillah In this article we will review the foundational disciplines that must be learned before embarking on the field of reverse engineering. We have distilled this knowledge from several international references and formulated it into Arabic explanations and series that we published on the “Arabic Shell Network” (Shabakat Shill al-Arabiya), and we append them here along with the original references at the end of each section. To begin, every field has fundamentals that cannot be overlooked, and learning them is an obligation, for they will be the launching point of the journey of empowerment that we strive toward, God willing. ...

March 17, 2026 · 3 min · P01NT