开发者

Babel Obfuscator: Sample effective post build event for free version

Does anyone have a sample post build event for Babel Obfuscator I can just copy and paste into my .net assembly release build configuration?

The documentation for Babel is 54 pages long, and unfortunately doesn't come with any real world samples on how to use it with Visual Studio integration.

Failing that , is there a fre开发者_JAVA百科e obfuscator out there that integrates well with VS 2008 post build, so that it will obfuscate the release DLL during each new build. I was using Eazfuscator which broke since they released version 2.8.

Thank you


A post build event example is at pag 42 of the babel user manual:

babel.exe "$(OutDir)$(TargetFileName)" -v1 --keyfile "$(ProjectDir)StrongName.snk" --rules "$(ProjectDir)babelRules.xml"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜