2014/08/27

How to compile and test your shellcode


I want to develop my hacking skills by learning how to do reverse engineering, so I’m learning assembly language. Without the assembly language, you’ll not be able to understand whats going on in the program.
But that’s not all. Assembly allows you also to make your own shellcode more cleanly and precise. But in this exercise you need to test your shellcode and see if it works as you expected. This will be a repeated task over and over agen so automating it will make you much faster and less prone to mistakes.