NanFeng009

Results 3 issues of NanFeng009

very thanks for your useful tool, i have a question about cfi https://github.com/yugr/Implib.so/blob/bbca01e0109d51ef1b870cbc8cf953372136b8ad/arch/x86_64/table.S.tpl#L29 .cfi_adjust_cfa_offset 8; should this offset be 16, since previous instruction call also push IP to stack?

bug

在dlog.c 这个文件中, 这个函数void dlog_check(dlog_t *lp, struct timeval *tv) 下面这个else 是不是多余的?如果lp 是null 的话,前面应该已经return 了 . if (lp) { _dlog_check(lp, tv); } else { lp = lp_list_head; while (lp) { if (lp->w_len)...

I run socksproxy on my ubuntu and meet some issues, after some searching, got below page may help someone . https://catonmat.net/linux-socks5-proxy for how to configure manual, can refer this page