This project is designed to be used on top of Obfuscar.
It currently has two functionalities: AssemblyInfo editing (Guid, AssemblyTitle, AssemblyProduct) and obfuscation of selected functions parameters.
.\ObfuscarAddOn.exe .\input.exe .\output.exe
.\ObfuscarAddOn.exe .\input.exe .\output.exe function
.\ObfuscarAddOn.exe .\input.exe .\output.exe function1,function2
The Guid is randomized and the properties AssemblyTitle and AssemblyProduct are changed to Update.
When Obfuscar skips obfuscating a method, it also leaves its parameter names unobfuscated.
I’ve submitted a pull request to add a setting that forces parameter obfuscation, but until it’s merged, this workaround can be used.