How to Decompile Bytenode “jsc” files?
问题 I've just seen this library ByteNode it's the same as ByteCode of java but this is for NodeJS. This library compiles your JavaScript code into V8 bytecode, which protect your source code, I'm wondering is there anyway to Decompile byteNode therefore it's not secure enough. I'm wondering because I would like to protect my source code using this library? 回答1: TL;DR It'll raise the bar to someone copying the code and trying to pass it off as their own. It won't prevent a dedicated person from