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

0x7. RE Toolkit: Disassemblers & Debuggers

Bismillah Having completed the basic analysis (Basic Analysis), we proceed to the advanced analysis (Advanced Analysis). In this article, we examine the principal disassembler and debugger tools employed to analyze binaries, providing a concise and rapid overview. During hands-on application, these tools will be explored in greater depth and detail. Disassemblers These tools are used to read a program without executing it (Static Analysis), analogous to reading a map to identify directions and terrain before commencing a journey. ...

March 22, 2026 · 3 min · P01NT