Alla ricerca dell'execv 2/3 disassemble execve Dump of assembler code for function execve: 0x0805b040 : push %ebp 0x0805b041 : mov $0x0,%eax 0x0805b046 : mov %esp,%ebp 0x0805b048 : push %ebx 0x0805b049 : test %eax,%eax 0x0805b04b : mov 0x8(%ebp),%ebx --> Primo argomento in ebx 0x0805b04e : je 0x805b055 0x0805b050 : call 0x0 0x0805b055 : mov 0xc(%ebp),%ecx --> Secondo argomento 0x0805b058 : mov 0x10(%ebp),%edx --> Terzo argomento 0x0805b05b : mov $0xb,%eax --> Lancio l'execve 0x0805b060 : int $0x80 0x0805b062 : cmp $0xfffff000,%eax 0x0805b067 : mov %eax,%ebx 0x0805b069 : ja 0x805b070 0x0805b06b : mov %ebx,%eax 0x0805b06d : pop %ebx ...