Skip to content

Instantly share code, notes, and snippets.

View garadox's full-sized avatar

Gareth Harcombe-Minson garadox

  • USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am garadox on github.
  • I am garadox (https://keybase.io/garadox) on keybase.
  • I have a public key whose fingerprint is 0BC0 527E D32D 3434 4FAB 84D9 E5C2 C397 DE7E FB60

To claim this, I am signing this object:

@garadox
garadox / strace.log
Created April 11, 2012 14:45
Strace for SNI Proxy
execve("./sni_proxy", ["./sni_proxy", "-u", "ubuntu"], [/* 14 vars */]) = 0
brk(0) = 0x67d000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e947b8000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=24426, ...}) = 0
mmap(NULL, 24426, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f4e947b2000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)