SmartAssembly Has Encountered an Invalid Symbol in AssemblyName.
s_tapson
Posts: 3 New member
When attempting to obfuscate a Delphi assembly, I get the following error "SmartAssembly Has Encountered an Invalid Symbol in AssemblyName."
The error message make reference to Borland.Delphi.AnsiChar, however I've removed all references to it from within my code. It's possible its used within one of the referenced Delphi libraries I guess, but I'm not directly making use of it within the code I'm attempting to obfuscate.
Any suggestion on how I can resolve this issue would be appreciated, at the moment this is looking to be the final issue I need to resolve in order to make the switch over to SmartAssembly from my current obfuscation software.
Kind Regards,
Stuart
The error message make reference to Borland.Delphi.AnsiChar, however I've removed all references to it from within my code. It's possible its used within one of the referenced Delphi libraries I guess, but I'm not directly making use of it within the code I'm attempting to obfuscate.
Any suggestion on how I can resolve this issue would be appreciated, at the moment this is looking to be the final issue I need to resolve in order to make the switch over to SmartAssembly from my current obfuscation software.
Kind Regards,
Stuart
Tagged:
Answers
Did you try turning on pruning in SA?
Are you able to provide us with a minimal example?