mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Code Sercurity #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anaether on GitHub (Oct 25, 2018).
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
@sameerdube9 commented on GitHub (Sep 25, 2019):
Have you found answer to code security question?
@anaether commented on GitHub (Sep 25, 2019):
Hi @samdubey not really. When i found a way i will update this ticket.
@srameh commented on GitHub (Dec 29, 2019):
I am looking for a similar solution. Have you guys found a fix for this?