Today’s blog shows how we can debug the shellcode that we find in malicious Web sites. You might ask: what does this shellcode do? And how can I debug it? One way to find out is to write a quick C program that has the shellcode bytes in a buffer. Then, we define a pointer function to point to the code and execute it!




Comments