Posts
Sort by recent activity
ExcludePublicMembers no longer works?
In previous versions (pre-6.6.x) we were able to tag assemblies in the .saproj with
<Obfuscation Obfuscate="1" ExcludePublicMembers="1">
We merge roughly 8-10 DLLs into our main exe, and th...
Bug with unsafe (fixed buffer) structs
For performance reasons, we have a few structures that use fixed-buffer arrays to align padding, and provide quicker array access (via pointer usage) instead of the typical [MarshalAs] approach.
Ex...
Bug - Resources with case-conflicts
When obfuscating assemblies with resources using different casing (eg; zh-Hans and zh-hans) SA will overwrite one of them, causing them to be useless.
We have roughly 20 projects that are merged in...
SmartAssembly and InishTech SLP
I've been trying to get SA and InishTech SLP Code Protector (basically a licensing tool, with code-protection aspects) to play nice together.
The SLP Code Protector requires the names not change, w...