Skip to content

Instantly share code, notes, and snippets.

View changs's full-sized avatar
💭
I may be slow to respond.

Bartosz Pranczke changs

💭
I may be slow to respond.
View GitHub Profile
@changs
changs / gist:1022659
Created June 13, 2011 11:54
Strace Virtualbox
8032 execve("/usr/lib/virtualbox/VirtualBox", ["/usr/lib/virtualbox/VirtualBox"], [/* 148 vars */]) = 0
8030 brk(0) = 0x1486000
8030 fcntl(0, F_GETFD) = 0
8030 fcntl(1, F_GETFD) = 0
8030 fcntl(2, F_GETFD) = 0
8030 access("/etc/suid-debug", F_OK) = -1 ENOENT (No such file or directory)
8030 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0556ac3000
8030 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
8030 open("/etc/ld.so.cache", O_RDONLY) = 3
8030 fstat(3, {st_mode=S_IFREG|0644, st_size=94091, ...}) = 0