Guide designed for educational purposes on how to analyze a program through debugging and to be used as a learning method on how to reverse engineer a small program made in C++ with the x64dbg tool, analyzing its inner workings through the practice of debugging and comparing the machine code product of the compilation of the source code of a proposed example.