Beating Ping: A Bandwidth Measurement Exploit

Code compiled with GCC (GNU C Compiler) can be disassembled and GDB will pull out the hex for you. This, combined with the static system call locations makes Linux shell code a relative breeze to write… sort of algorithmic. On the other hand, Windows shell code is rather nightmarish. First of all, you really don’t want to disassemble an ... ................
................