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