Quote:
Originally Posted by kao
Easiest solution is to modify your function Class_01.Method_00() to use hardcoded decryption key instead of public key token.
|
Sounds like a good idea, what confused me however, I tried to get the Public Key Token (with Powershell) like this:
Code:
[System.Reflection.Assembly]::LoadFile('target.exe').GetName().GetPublicKeyToken()
but the result is null, please advise how to get the public key token.