Deactivating your reflector

背景:

因为想破解一个.net写的程序,需要在visual studio 2010中使用Reflector debug,但是机器中的7.0版本有问题,于是乎下载了reflector 7.5.2.1破解版,但是在激活的时候手快点错了,激活成了standard版本,该版本无法debug exe程序,那两个选项是灰色的,所以遍寻网络希望找到反注册的方法,无奈没找到,于是乎只有自食其力了。

过程:

用过Reflector 的相信都知道它采用的是联网激活,于是想到了抓包,下载wireshark64位抓包工具(本人使用64位系统),抓取它deactive时候的数据包,如图所示


分析数据得知,其请求地址为http://licensing.red-gate.com/Activation.asmx,至于发送的数据就不管了,我们重点关注收到的数据

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <DeactivateLicenceResponse xmlns="http://red-gate.com/webservices/ActivationServer">
      <DeactivateLicenceResult>
        false
      </DeactivateLicenceResult>
      <errorMessage>This serial number is not activated on this computer.\x0d\x0a\x0d\x0aYou tried to deactivate serial number A38G-JHE4-NPGP-ADZX-ERYH-BXEC. This serial number has no recorded activations on this computer.
      </errorMessage>
    </DeactivateLicenceResponse>
  </soap:Body>
</soap:Envelope>


于是猜测DeactivateLicenceResult的false改成true是否就能成功了,于是乎写了一个webapp,返回我需要的数据,修改host文件,部署,deactive,

bingo,成功了。试用版又回来了


ps:中间出现了一点小插曲,false忘记改成true了,悲剧。所以做事要认真啊~

webapp下载

reflector 7.5.2.1破解版下载

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 5
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值