美文网首页
.NET bypass strong-name validati

.NET bypass strong-name validati

作者: Raven7 | 来源:发表于2017-06-22 08:52 被阅读0次

    可使用.net framework sdk自带工具 sn.exe, 可能在windows sdk目录的NETFX 4.0 Tools下. 爆破.net程序时可用。

    使用参数

    -Vr <assembly> [<userlist>][<infile>]
    Register <assembly> for verification skipping (with an optional, comma separated list of usernames for which this will take effect and an optional test public key in <infile>).

    sn.exe -Vr [需要绕过验证的assembly路径]
    

    另外还有

    -Vl
      List current settings for strong name verification on this machine.

    -Vu <assembly>
      Unregister <assembly> for verification skipping. The same rules for <assembly> nameing are followed as for -Vr.

    相关文章

      网友评论

          本文标题:.NET bypass strong-name validati

          本文链接:https://www.haomeiwen.com/subject/oymxcxtx.html