.NET bypass strong-name validation, 绕过强名称验证。

可使用.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.

 

posted @ 2017-04-01 08:25  Raven7  阅读(590)  评论(0编辑  收藏  举报