I want to ask how we can secure our code that is finally generated by the Electron.CLI build is made? For C# it would help a bit to work with obfuscation/encoding. My first check was with IL-Spy that says that this is an unmanaged assembly.
At addion how we can clean the build up? The folder structure looks a bit strange and messy.
Hello,
I want to ask how we can secure our code that is finally generated by the Electron.CLI build is made? For C# it would help a bit to work with obfuscation/encoding. My first check was with IL-Spy that says that this is an unmanaged assembly. At addion how we can clean the build up? The folder structure looks a bit strange and messy.
Good Regards, cRUSHER