首页
社区
课程
招聘
[原创]Xposed去除微信朋友圈广告
发表于: 2019-9-15 01:13 8302

[原创]Xposed去除微信朋友圈广告

2019-9-15 01:13
8302

ad_smallpng

在当前页登录及后续操作视频教程:https://tccos.myworld.fun/upload/2019-09-14_15-41-39-169.mp4

public bb(View view) {
   this.view = view;
   ab.i("MicroMsg.TimeLineAdView", "adView init lan " + this.mRP);
   this.qGB = (TextView) this.view.findViewById(f.ad_info_tv);
   this.qGC = (TextView) this.view.findViewById(f.ad_link_tv);
   this.qGD = this.view.findViewById(f.ad_info_tv_arrow);
   this.qGE = this.view.findViewById(f.ad_lbs_icon_tv);
   this.qGA = (LinearLayout) this.view.findViewById(f.ad_info_ll);
   this.qGB.setText(" " + this.view.getResources().getString(j.sns_ad_tip) + " ");
}
av avVar = (av) auVar.cky().cim().get(Integer.valueOf(i));
...
...
if (avVar.qkM) {
   baseViewHolder.pJU.setVisibility(8);
} else {
   ab.i("MicroMsg.BaseTimeLineItem", "adatag " + avVar.qDU);
   baseViewHolder.pJU.x(Long.valueOf(avVar.qDK), new com.tencent.mm.plugin.sns.data.b(baseViewHolder.pJU, baseViewHolder.position, avVar.qml, avVar.qDK, avVar.qDQ));
   baseViewHolder.pJU.a(avVar.qDT, avVar.qDS);
   baseViewHolder.pJU.setVisibility(0);
   if (baseViewHolder.qzu != null && baseViewHolder.qzu.getVisibility() == 0) {
      if (baseViewHolder.pJU.qGC.getVisibility() != 0) {
         obj = 1;
      } else {
         obj = null;
      }
      if (obj != null) {
         LayoutParams layoutParams = (LayoutParams) baseViewHolder.qzu.getLayoutParams();
         layoutParams.setMargins(layoutParams.leftMargin, BackwardSupportUtil.b.b(this.mActivity, 0.0f), layoutParams.rightMargin, layoutParams.bottomMargin);
         baseViewHolder.qzu.setLayoutParams(layoutParams);
      }
   }
}
public final w cky() {
   return this.qBs;
}
public a(MMActivity mMActivity, ListView listView, com.tencent.mm.plugin.sns.ui.d.b bVar, i iVar, String str, b bVar2) {
   this.qHT = new au(mMActivity, listView, bVar, iVar, this);
   this.qHT.qta = true;
   if (bVar2 == null) {
      bVar2 = new c();
   }
   this.qHU = bVar2;
   this.qHU.a(mMActivity, this.qHT, str);
   b bVar3 = this.qHU;
   com.tencent.mm.vending.f.a.i("Vending.ForwardVending", "Vending.setRangeSize(%s)", new Object[]{Integer.valueOf(10)});
   bVar3.a = 10;
   this.qHU.addVendingDataChangedCallback(this.qHW);
}
public final Vending cim() {
   return this.qHU;
}

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

最后于 2019-9-15 01:31 被ColoThor编辑 ,原因:
收藏
免费 3
支持
分享
最新回复 (9)
雪    币: 7868
活跃值: (2269)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
竟然这么辛苦,我觉得不如分析HOOK通信协议,一了百了。。。
2019-9-15 08:59
0
雪    币: 7618
活跃值: (1477)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
3
friendanx 竟然这么辛苦,我觉得不如分析HOOK通信协议,一了百了。。。[em_28]
流程都是一步步走下来的,还算顺利。数据从本地数据库取了,具体在哪进行网络请求的并不知道
2019-9-15 10:26
0
雪    币: 256
活跃值: (71)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
这实用起来应该会被封号的啊
2019-9-16 08:27
0
雪    币: 3006
活跃值: (1707)
能力值: ( LV3,RANK:36 )
在线值:
发帖
回帖
粉丝
5
真烧鱼 这实用起来应该会被封号的啊
玩Xposed两三年,封号一直都是别人说,从没遇到过
2019-9-16 11:10
0
雪    币: 26399
活跃值: (63267)
能力值: (RANK:135 )
在线值:
发帖
回帖
粉丝
6
感谢分享,哈哈 
2019-9-16 15:30
0
雪    币:
能力值: ( LV1,RANK:0 )
在线值:
发帖
回帖
粉丝
10
mb_vefsuncr 有没有专业微信hook的高手? 我这边长期有单放。。。。。只要你有技术 钱一直都是open
有啊,q多少?
2019-12-16 20:32
0
游客
登录 | 注册 方可回帖
返回
//