1 2 3 4 5 6 7 8
#include <stdio.h> extern char _GLOBAL_OFFSET_TABLE_; int main() { printf("Hello world\n"); _GLOBAL_OFFSET_TABLE_ = 3; }