Reverse Engineering 101; Hello WorldThis article discusses how to write and build x86 code applications, and to run. Also how to do the reverse - obtain the assembly code from the executable file. We will use nasm and objdump for this process I am using the Labs from the book “X86-SO...Oct 21, 2025·2 min read