Added reply support to image detection, added stealth plugin to screenshot, made credits static, more fixes

This commit is contained in:
TheEssem 2020-11-26 09:31:24 -06:00
parent ca6cffa67c
commit 94b0bc19a4
7 changed files with 294 additions and 121 deletions

View file

@ -115,6 +115,7 @@ if (isMainThread) {
const server = net.createServer(function(socket) {
socket.write(Buffer.concat([Buffer.from(type ? type : "image/png"), Buffer.from("\n"), data]));
socket.end();
process.exit();
});
server.listen(job.port, job.addr);
// handle address in use errors