TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Node.js/V8 dynamic code injection from outside of the process
16 点
作者
ecares
超过 4 年前
3 条评论
oceanswave
超过 4 年前
Nobody mention the VS remote debugger and what mayhem one could cause if left running with a port open
jgwil2
超过 4 年前
Actual title: "Experimenting with remote debugging: Node.js runtime code injection"
29athrowaway
超过 4 年前
tl;dr: An article about remote debugging in node.<p>Remote debugging is disabled by default and has to be enabled with a CLI flag. It also requires access to a specific port (default: 9229).