Call Babel .Net Obfuscator from C# Code
- by aron
Hello,
I have a C# WinForms app that I use to create software patches for my app.
In noticed that Babel .Net includes Babel.Build.dll and Babel.Code.dll
Is there a way, in my C# code, I can call Babel .Net
something like:
ExecuteCommand(C:\Program Files\Babel\babel.exe "C:\Patch\v6\Demo\Bin\Lib.dll" --rules "C:\Patch\babelRules.xml", 600)
…