Reverse Engineering 101; Hello World
This 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...
aboutvirtualmachines.hashnode.dev2 min read