Before, it was enough to do
int main(int argc,char **argv){
char f[]="cadena"
asm("mov %0,%%rdi\n\t"
"call puts\n\t"
::""r"(f):"rdi")
}
and it worked, but not now. I tried to load the symbol
__GLOBAL_OFFEST_TABLE_ (even from...
asked by
17.01.2018 / 15:46