Hi,
I'm trying to obfuscate a C# project that contains mixed code - a class written in C++ (unmanaged) and wrapped in C#. However, during the verification of the obfuscated assemblies, I get the following errors.
[PE:]Improperly aligned value [OptionalHeader.SectionAlignment]
[PE:]Bad section virtual address in section [.data] spices
I've googled for them but without much clue as to what to do. Anyone seen this before?