Monthly Archives: April 2011

Fun with C / ASM

Hacking around with C and ASM is fun! Here are two blobs of C code useful for future reference: Use function return to actually call another function via the stored IP: #include <stdio.h> register void ** base_pointer __asm(“%rbp”); register void … Continue reading

Posted in C, hacking, virtual machine | 2 Comments