某6漫画最新去盗版验证及推广布局教程

某6漫画最新去盗版验证及推广布局教程

1.1. 先脱壳,腾讯御安全的壳挺简单的,脱壳后广告也没了,但这个软件用大概一天就会弹出安装正版

 

1.2.去除盗版验证
搜索字符串:

pjb_after_hours

 

1.3. 在上面的方法添加返回–(Smali 编辑,导航定位这个方法:j(Z)V
可以直接在方法开头加 return-void)

return-void

2.去除主界面推广 Tab 显示:

搜索isOnlyCheckTime方法名,直接在它这个方法中return v0上添加 const/4 v0, 0x1

或者:

Dex 编辑器++ 搜索资源 ID :0x7f0801eb
打开 MainActivity 类定位,然后将
const/4 v1, 0x1
改成
const/4 v1, 0x0

再或者

去除推广,广告
用替换启动页也可以


<activity
android:theme="@7f10000a"
android:name="com.biquge.ebook.app.ui.activity.WelComeActivity"
android:screenOrientation="portrait"
android:configChanges="fontScale|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

改成

<activity
android:name="com.biquge.ebook.app.ui.activity.MainActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:configChanges="fontScale|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>
<action
android:name="android.intent.action.MAIN" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

3.去我的界面推广项显示:

Dex 编辑器++ 搜索类:

  1. Lcom/biquge/ebook/app/ui/fragment/InfoFragment;
  2. 打开编辑导航定位方法:initData()V
  3. 方法末尾 setVisibility 方法上面的
    const/4 v1, 0x0
    改成
    const v1, 0x8

教程结束一下是笔趣阁系列包名


爱看漫画:aikan.manhua.bag
笔趣书阁:com.alukaxi.bqshugg.blue
笔趣阁:com.biquge.ebook.app
笔下趣阁:com.bixiaquge.novels.app
笔趣阁:com.bqgp1.xsmh.apps
笔趣阁:yuedu.wangxs.ningxia
大书包:com.dashubao.ebook.app
顶点小说:com.dingdianxiaoshuo.ebook.app
笔趣阁蓝色版:com.gudianbiquge.ebook.app
免费漫画:com.openmf.novel
免费追书:mianfei.zhuishu.ebook
漫画铺:comic.mhp.ebook
风车动漫:fengchedongman.apps.com
漫画天台:fuli.cartoon.tai
笔趣书阁:gules.bqg.pro
嘀哩嘀哩:maike.ddll.luohe
36漫画:muguayuedu.xsapps.cn
36漫画:sanliu.manhua.daquan
36漫画:manhuapu.apps.com
36漫画:sanliumanhua.apps.com
樱子漫画:free.manhua.daquan
触动漫画:chudongmanhua.apps.com
搜书大神:com.wuyissds.red.app
多看阅读神器:com.duokanyuedushenqi.ebook.app

发表回复