GithubHelp home page GithubHelp logo

igit-cn / luckymoney-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lufengdie/luckymoney

0.0 2.0 0.0 38.6 MB

微信红包,反编译微信客户端,进行代码插桩,造福无root或无xposed用户

Java 100.00%

luckymoney-1's Introduction

微信红包

微信红包,反编译微信客户端,进行代码插桩,造福无root或无xposed用户

免责声明

抱着学习态度,参照了网上一些xposed实现微信抢红包方案,使用apktool对微信v6.5.6客户端进行了反编译,并进行代码插桩,插桩代码为insert模块,另外开发了个设置模块setting,至于怎样使用apktool工具和smali代码插桩,另行学习。本项目仅供学习,用户使用后出现任何损失,概不负责。

效果图

imageimage

存在的问题

由于反编译必然导致破坏安装包原有签名,其他应用通过微信进行登录或者分享都会做双向校验签名,这样会导致微信登录及分享提示未安装微信客户端。也有部分应用不做校验,例如全民k歌,简书等。

使用说明

下载项目根目录的微信v6.5.6.apk抢红包设置.apk进行安装即可。安装完毕后到选项:我-设置-抢红包 开启红包设置。

私人红包不抢

代码插桩说明

一般插桩方式:

  1. 使用dex2jarjd-gui对被反编译应用进行静态分析,看看需要在哪里插入代码能实现自己想要的功能
  2. 使用android studio进行插桩代码编写,编写插桩代码时,一般都会使用被反编译应用的一些类,可以伪造这些类,按需伪造,加上@Deprecated注解,代表插桩时无需关注。
  3. 生成插桩代码应用,并进行反编译,使用sublime-text进行smali代码合并

有空再分享更多反编译知识

luckymoney-1's People

Contributors

huazvi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.