int main (void) { printf ("with ebx: %p\n", with_ebx()); printf ("with eax: %p\n", with_eax()); printf ("with lea: %p\n", with_lea()); return 0; }