Skip to content

Instantly share code, notes, and snippets.

@moriyoshi
Created April 16, 2009 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moriyoshi/96575 to your computer and use it in GitHub Desktop.
Save moriyoshi/96575 to your computer and use it in GitHub Desktop.
javascript:(function(c){function u(v){return c(v&255)+c((v>>8)&255);}function U(v){return u(v)+c((v>>16)&255)+c(v>>24);}function b(m,n){n=U(m.length+0x7c);return "\x7fELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0\x7c\0\0\7\x34\0\0\0\x54\0\0\0\0\0\0\0\x34\0\x20\0\1\0\x28\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7"+n+n+"\5\0\0\0\0\x10\0\0\0\0\0\0\1\0\0\0\6\0\0\0\0\0\0\7\0\0\0\0"+n+"\0\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0"+m;}location.href='data:application/octet-stream,'+escape(b("\x31\xdb\xe8\x00\x00\x00\x00\x59\x81\xc1\x1a\0\0\0\xba\x0e\0\0\0\xb8\4\0\0\0\xcd\x80\xb8\1\0\0\0\xcd\x80Hello, World!\n"));})(String.fromCharCode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment