Comments
Sort by recent activity
I was not able to reproduce this problem in an small project.
I'll write here if i found my error or build an small example.
Best regards
Michael / comments
I was not able to reproduce this problem in an small project.
I'll write here if i found my error or build an small example.
Best regards
Michael
It happens only if i used tamper protection. I'm new to smartassembly, i don't know what tamperprotection changes.
This problem will happen if you use an .Net 4.0 project.
Steps to reproduce:
Create an ConsoleApplication App and an DLl app. Create an function in the dll and sign it with strong keyname. Protect the dll with tamper protection. Use the class and function in console application.
Start the project in Debugger with MDA Messages anabled.
MDA Message: http://haispeed.de/redgate/MDA%20Message.jpg
VS2010 Settings: http://haispeed.de/redgate/Settings%20for%20VS2010.jpg http://haispeed.de/redgate/Settings%20VS2010%202.jpg
Testproject: http://haispeed.de/redgate/ConsoleApplication1.zip
If you remove tamper protection, there is no MDA Message.
Examplemessage without obfuscating:
Ein Aufruf an die PInvoke-Funktion "Haispeed.Base2!Haispeed.Base2.FrameWorkHelper::StrongNameSignatureVerificationEx"
Best regards
Michael Roth / comments
It happens only if i used tamper protection. I'm new to smartassembly, i don't know what tamperprotection changes.
This problem will happen if you use an .Net 4.0 project.
Steps to reproduce:
Creat...
Is it possible to make an feature request for future versions?
Best regards
Michael / comments
Is it possible to make an feature request for future versions?
Best regards
Michael
Using strong name with keycontainer like: http://msdn.microsoft.com/en-us/library ... 80%29.aspx
and
[assembly: AssemblyKeyName("<Keyname>")] http://snipplr.com/view/920/shared-stro ... container/
You can install an key in keycontainer using sn.exe -i . Than you can refer this key with
[assembly: AssemblyKeyName("<Keyname>")]
or compilerflag /keycontainer
so you do not need to handle the file unsave on any drive or get the usb stick out of the securitybox.
I build my framework with AssemblyKeyName and need to take my usb stick on obfuscating. It was nice, if i can use the key from keycontainer to like the c# compiler with /keycontainer.
I'm sorry for my bad english.
Best regards
Michael / comments
Using strong name with keycontainer like:http://msdn.microsoft.com/en-us/library ... 80%29.aspx
and
[assembly: AssemblyKeyName("<Keyname>")]http://snipplr.com/view/920/shared-stro ... container/
Yo...
[edit]Wrong window - sry[/edit] / comments
[edit]Wrong window - sry[/edit]
Since i need to obfuscate more than one part at one time, i wrote some batch files and added the sign process on this files.
best regards
Michael / comments
Since i need to obfuscate more than one part at one time, i wrote some batch files and added the sign process on this files.
best regards
Michael