
另见 https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-43907。
npm install。vsda.node 存放在 /routes/vsda.node。npm start 或在 VS Code 中使用 ctrl+shift+b。http://localhost:3000 并按照说明操作。C:\Program Files\Microsoft VS Code\resources\app\node_modules.asar.unpacked\vsda\build\Release\vsda.node。~/.vscode-server/bin/{commit}/node_modules/vsda/build/Release/vsda.node。这可能只在本地有效,因为我们需要直接连接到 Inspector 实例。
/public/javascripts/nem.js 并搜索 ZZZ。// in nem.js - uncomment the two lines after ZZZ`
// ZZZ
// const res = await (await postJSON('/inspect', packet.data)).arrayBuffer();
// showMessage(bufferToString(res));
/routes/sign.js 并搜索 ZZZ。popCalc 中的 IP 地址。// ZZZ Change the IP address here.
popCalc('192.168.1.130', port);
MIT,参见 LICENSE。