How can we help you today? How can we help you today?
ApocDev
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...
4 followers 8 comments 0 votes
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...
2 followers 4 comments 0 votes
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...
2 followers 3 comments 0 votes
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...
2 followers 2 comments 0 votes