ElectronJS Securing Your Source Code – Obfuscating ByteNode – What Options Are There
In this post we will talk about securing your source code for an ElectronJS desktop app. First lets decompile an electron js app. Navigate to your app in the Applications folder right click and Show package contents. Navigate into Contents and Resources. Drag the Resources folder into terminal. You can...