I am trying to wrap IntelliLock licensing over an exe that was run through Smart Assembly encryption & obfuscation. When I do, it creates a locked file that runs the licensing code but will not spawn the application it wraps. I tested other licensing systems like ElecKey and PC Guard and most of them don't work, PC Guard actually does work so I know it is possible.
Any idea of anything that can be to make this work?
I've successfully used all the licensing systems with .exe outputted from C# but this is a proprietary system that outputs .net exe's run through smartassembly first.
Have you looked at CryptoLicensing + Crypto Obfuscator as mentioned in my answer to your other question:
https://stackoverflow.com/questions/8043550/licensing-net-assemblies/8075080#8075080