Search found 5 matches

by vmuser
Wed Nov 13, 2019 2:24 am
Forum: Technical questions
Topic: How to add strongname signature(SNK) to protected .Net DLL
Replies: 11
Views: 8268

Re: How to add strongname signature(SNK) to protected .Net DLL

show “dll does not represent a strongly named assembly” ===================================================== Comment: 1、When the dll file is protected by VMprotect, the strongname signature becomes invalid. 2、When using "SN.exe -R " to resign dll file, the original strongname signature is...
by vmuser
Tue Nov 12, 2019 11:09 am
Forum: Technical questions
Topic: How to add strongname signature(SNK) to protected .Net DLL
Replies: 11
Views: 8268

Re: How to add strongname signature(SNK) to protected .Net DLL

It's been tried, but can't resign with “sn.exe -R ”
by vmuser
Tue Nov 12, 2019 1:53 am
Forum: Technical questions
Topic: How to add strongname signature(SNK) to protected .Net DLL
Replies: 11
Views: 8268

Re: How to add strongname signature(SNK) to protected .Net DLL

After VMProtect protection, the DLL file that has been strongname signed will be invalid.

Adding a Strong Name to an existing DLL, need
ildasm SomeAssembly.dll /out:SomeAssembly.il
[and]
ilasm SomeAssembly.il /dll /key= keyPair.snk

But protected DLL cannot ildasm
by vmuser
Mon Nov 11, 2019 8:50 am
Forum: Technical questions
Topic: How to add strongname signature(SNK) to protected .Net DLL
Replies: 11
Views: 8268

Re: How to add strongname signature(SNK) to protected .Net DLL

.Net dll after protected with VMProtect, can not resign strong name.
by vmuser
Tue Nov 05, 2019 7:29 am
Forum: Technical questions
Topic: How to add strongname signature(SNK) to protected .Net DLL
Replies: 11
Views: 8268

How to add strongname signature(SNK) to protected .Net DLL

How to add strongname signature(SNK) to protected .Net DLL?