Skip to content

Commit c2a7e7f

Browse files
committed
Release version
1 parent 2f56e3b commit c2a7e7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Obfuscator/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ static string GetUnicodeString(string s)
4747

4848
static void Main(string[] args)
4949
{
50+
Console.WriteLine("Paste to the path NET ASSEMBLY");
51+
52+
var pathToFile = Console.ReadLine().Replace("\"", "");
5053
//ReadAssembly(PATH_TO_NET_FILE)
51-
AssemblyDefinition asm = AssemblyDefinition.ReadAssembly("ObfuscatorExample.exe");
54+
AssemblyDefinition asm = AssemblyDefinition.ReadAssembly(pathToFile);
5255

5356
#region Generic Info
5457

0 commit comments

Comments
 (0)