We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f56e3b commit c2a7e7fCopy full SHA for c2a7e7f
1 file changed
Obfuscator/Program.cs
@@ -47,8 +47,11 @@ static string GetUnicodeString(string s)
47
48
static void Main(string[] args)
49
{
50
+ Console.WriteLine("Paste to the path NET ASSEMBLY");
51
+
52
+ var pathToFile = Console.ReadLine().Replace("\"", "");
53
//ReadAssembly(PATH_TO_NET_FILE)
- AssemblyDefinition asm = AssemblyDefinition.ReadAssembly("ObfuscatorExample.exe");
54
+ AssemblyDefinition asm = AssemblyDefinition.ReadAssembly(pathToFile);
55
56
#region Generic Info
57
0 commit comments