mirror of
https://github.com/rofl0r/proxychains-ng
synced 2026-05-15 10:03:23 +08:00
remove some debug
This commit is contained in:
@@ -2184,8 +2184,6 @@ HOOKFUNC(ssize_t, read,int fd, void* buf, size_t count){
|
||||
|
||||
HOOKFUNC(ssize_t, write, int fd, const void* buf, size_t count ){
|
||||
|
||||
PDEBUG("fd : %d, count: %zu, buf: %p\n", fd, count, buf);
|
||||
DUMP_BUFFER(buf, count);
|
||||
|
||||
// If fd is a socket, call send() with no flags as it is equivalent to write()
|
||||
struct stat statbuf;
|
||||
|
||||
Reference in New Issue
Block a user