TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Node.js/V8 dynamic code injection from outside of the process

16 pointsby ecaresover 4 years ago

3 comments

oceanswaveover 4 years ago
Nobody mention the VS remote debugger and what mayhem one could cause if left running with a port open
jgwil2over 4 years ago
Actual title: "Experimenting with remote debugging: Node.js runtime code injection"
29athrowawayover 4 years ago
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).