fork download
  1. #include <stdio.h>
  2.  
  3. int x = 10;
  4.  
  5. int main(void) {
  6. *(int*)(0x8049764) = 20;
  7. printf("%d\n",x);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
20