前往小程序,Get更优阅读体验!
立即前往
发布
社区首页 >专栏 >Skip Ads Android Project

Skip Ads Android Project

作者头像
obaby
发布2023-02-22 11:10:54
发布2023-02-22 11:10:54
6640
举报
文章被收录于专栏:obaby@marsobaby@mars

首页                                                                                  设置页面

白名单页面:

检测效果(tf-lite):

检查效果(torchscript):

安卓apk开屏广告跳过按钮识别项目

作为安卓自动跳过广告三部曲的第二部分,主要是实现系统截屏功能。继《Android Skip Ads Yolov5 Project》之后,下一步就是获取当前屏幕的截图,把截图传入分析引擎实现广告跳过按钮的识别,最后一步是按钮点击。本项目就是最后一步对应的安卓工程。

声明:

该项目代码,多数出自于github上公开的代码。对于这些代码直接进行了应用修改,并不是所有代码都是我自己写的。参考的代码主要来源雨参考连接的相关内容,包括但不限于这些链接。感谢各位的开源代码!!

相关文章:

http://h4ck.org.cn/2021/09/android-skip-ads-android-project/

http://h4ck.org.cn/2021/09/yolov5-android-tf-lite%e6%96%b9%e5%bc%8f%e9%9b%86%e6%88%90/

http://h4ck.org.cn/2021/09/yolov5-android-torchscript%e6%96%b9%e5%bc%8f%e9%9b%86%e6%88%90/

http://h4ck.org.cn/2021/09/android-skip-ads-yolov5-project/

本项目地址:

https://github.com/obaby/skip_ads_android


obaby@mars

http://www.h4ck.org.cn

http://www.obaby.org.cn


参考链接:

https://github.com/EvgenMeshkin/ScreenShot/blob/master/app/src/main/java/by/android/evgen/screenshot/ScreenActivity.java

https://blog.csdn.net/qq38499859/article/details/90523283

https://juejin.cn/post/6844903589127651335

https://stackoverflow.com/questions/2661536/how-to-programmatically-take-a-screenshot-on-android

https://pytorch.org

_https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exe_network

https://github.com/goodbranch/ScreenCapture https://github.com/tyhjh/ScreenShot https://www.jianshu.com/p/8a428fb45098 https://github.com/BruceWind/AndroidScreenShot_SysApi https://www.jianshu.com/p/4ae89e1fb36a

部分代码引用自(感谢作者 LnJan):

微信抢红包工具,免root,支持微信7.0.4

https://github.com/LnJan/WechatLuckyMoneyGetter

79 forks.

234 stars.

10 open issues.

Recent commits:

https://github.com/DefTruth/lite.ai.toolkit/blob/main/docs/ort/ort_yolov5.zh.md

https://blog.csdn.net/santanan/article/details/113686650

https://zhuanlan.zhihu.com/p/361782496

https://pytorch.org/tutorials/recipes/mobile_interpreter.html

ncnn模式:

https://blog.csdn.net/liang_xiao_yun/article/details/112324991

https://blog.csdn.net/qq37874136/article/details/111361999

https://zhuanlan.zhihu.com/p/275989233

_https://blog.csdn.net/weixin_46502301/article/details/118395689

https://github.com/Tencent/ncnn/releases

获取安装app列表: https://github.com/PavitraSahu/GetAppList.git

☆文章版权声明☆

* 网站名称:obaby@mars

* 网址:https://h4ck.org.cn/

* 本文标题: 《Skip Ads Android Project》

* 本文链接:https://cloud.tencent.com/developer/article/2221020

* 转载文章请标明文章来源,原文标题以及原文链接。请遵从 《署名-非商业性使用-相同方式共享 2.5 中国大陆 (CC BY-NC-SA 2.5 CN) 》许可协议。


分享文章:

相关文章:

  1. Android Skip Ads Yolov5 Project
  2. Android Skip Ads Android Project【截屏部分】
  3. Yolov5 Android torchscript方式集成
  4. Yolov5 Android tf-lite方式集成
  5. Android PicasaTool Ad Free
  6. IDA Android Remote Debug
  7. Android 检测坐标是否在国内
  8. Android OS and SoftWare Protection Research
  9. Android Game Cheate Engine
  10. Android Studio动态调试smali
本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2021年10月18日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 白名单页面:
  • 检测效果(tf-lite):
  • 检查效果(torchscript):
  • 安卓apk开屏广告跳过按钮识别项目
    • 相关文章:
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档