LoGiC.NET icon indicating copy to clipboard operation
LoGiC.NET copied to clipboard

A free and open-source .NET obfuscator using dnlib.

Results 3 LoGiC.NET issues
Sort by recently updated
recently updated
newest added

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Mrgato\Desktop\TokenJuaker_protected.exe'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share,...

Ofc this won't work because nested methods bad but here's an idea I've always had for c# obfuscation: ```cs void Main(string[] args) { Console.WriteLine("Hello, World!"); } Main(args); ``` Now you...

[LoGiC.NET](https://github.com/AnErrupTion/LoGiC.NET) obfuscator looks good, but I have found some issues with renaming... ## My Changes in LoGiC.NET I had to made some **cosmetic changes** in LoGiC.NET for my needs. 1....