Ma5ker
Ma5ker
前两天看ret2csu时,发现`lib_csu_init`好像发生了变化,下面是我这边ida(objdump得到的结果一样)得到的`lib_csu_init`反汇编代码 ``` .text:00000000004005A0 ; void _libc_csu_init(void) .text:00000000004005A0 public __libc_csu_init .text:00000000004005A0 __libc_csu_init proc near ; DATA XREF: _start+16↑o .text:00000000004005A0 .text:00000000004005A0 var_30 = qword ptr -30h .text:00000000004005A0 var_28 = qword ptr -28h...
There are some progress about [#80](https://github.com/shellphish/driller/issues/80). I find that when a program need a filepath as argv, and the filepath was used to read the file later, driller will crash...