x64dbg icon indicating copy to clipboard operation
x64dbg copied to clipboard

Node CLI options are not disabled for node 20.11

Open tbsmark86 opened this issue 4 months ago • 1 comments

What happened: Building a binary will cause a "bad option" error if you try to add options for the program.

As "--v8-options" result in the typical help message it seems like disable-node-cli.ts is not working anymore.

What you expected to happen: Be able to use the CLI options of the bundled tool.

Anything else we need to know?: Temporary workaround is to always pass "--" as the first option.

tbsmark86 avatar Feb 14 '24 10:02 tbsmark86

Just bumping because I'm having the same issue in [email protected]. I hope #1086 gets merged and 4.0.0(-rc.5) gets released including it soon.

mrfigg avatar Mar 26 '24 23:03 mrfigg