TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Node.js/V8 dynamic code injection from outside of the process
16 points
by
ecares
over 4 years ago
3 comments
oceanswave
over 4 years ago
Nobody mention the VS remote debugger and what mayhem one could cause if left running with a port open
jgwil2
over 4 years ago
Actual title: "Experimenting with remote debugging: Node.js runtime code injection"
29athrowaway
over 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).