fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int(*fun_ptr)(void) = ((int(*)())("\xB8\x0C\x00\x00\x00\xC3"));
  6. printf("%i", fun_ptr());
  7. return 0;
  8. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
12