All Projects → 546669204 → Wechatbot Xposed

546669204 / Wechatbot Xposed

Licence: apache-2.0
A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wechatbot Xposed

Pokemon Go Xposed
📱 Xposed module for Pokemon Go - Circumvents the certificate pinning by injecting the expected SSL trust chain, allows you to MITM and to configure a custom API endpoint.
Stars: ✭ 120 (-35.48%)
Mutual labels:  xposed
Virtualxposed
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
Stars: ✭ 12,648 (+6700%)
Mutual labels:  xposed
Xposed art n
ART module for a built-in enabled Xposed firmware based on AOSP 7
Stars: ✭ 176 (-5.38%)
Mutual labels:  xposed
Wechatspellbook
Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。
Stars: ✭ 1,584 (+751.61%)
Mutual labels:  xposed
Wechatmagician
WechatMagician is a Xposed module written in Kotlin, that allows you to completely control your Wechat.
Stars: ✭ 1,739 (+834.95%)
Mutual labels:  xposed
Zhiliao
知乎去广告Xposed模块
Stars: ✭ 157 (-15.59%)
Mutual labels:  xposed
Dingding
免root远程钉钉打卡,支持wifi和gps定位,仅支持android系统。本项目出于学习目的,仅用于学习玩耍,请于24小时后自行删除。xposed, crack,package,dingtalk,remote control
Stars: ✭ 116 (-37.63%)
Mutual labels:  xposed
Appenv Kotlin
a xposed model -> AppEnv
Stars: ✭ 183 (-1.61%)
Mutual labels:  xposed
Mipushframework
Let supported push service run system-ly on every Android devices
Stars: ✭ 1,947 (+946.77%)
Mutual labels:  xposed
Inspeckage
Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
Stars: ✭ 2,249 (+1109.14%)
Mutual labels:  xposed
Adblocker reborn
[Xposed Module] The reborn version of AdBlocker - Java Part
Stars: ✭ 123 (-33.87%)
Mutual labels:  xposed
Xmagichooker
【xposed wework wechat 企业微信 微信 逆向】自动抢回复 会话 自动通过 好友列表 群管理 机器人 SDK ,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,如果你手机安装有xposed框架,那么可以下载源码直接运行
Stars: ✭ 140 (-24.73%)
Mutual labels:  xposed
Pine
Dynamic java method hook framework on ART.
Stars: ✭ 171 (-8.06%)
Mutual labels:  xposed
Easyprotector
一行代码检测XP/调试/多开/模拟器/root
Stars: ✭ 1,732 (+831.18%)
Mutual labels:  xposed
Xposedsmscode
🍭 An Xposed Module which can recognize, parse verification code and copy it to clipboard when a new message arrives . / 识别短信验证码的Xposed模块,并将验证码拷贝到剪切板。
Stars: ✭ 177 (-4.84%)
Mutual labels:  xposed
Xposedrimethelper
Xposed 钉钉辅助模块,暂时实现模拟位置。
Stars: ✭ 120 (-35.48%)
Mutual labels:  xposed
Dreamland
A third-party Xposed framework implementation, supports Android 7~11.
Stars: ✭ 161 (-13.44%)
Mutual labels:  xposed
Qqcleaner
瘦身模块
Stars: ✭ 180 (-3.23%)
Mutual labels:  xposed
Headwolf
Scaffolding for agile development based on Xposed and Sekiro/基于Xposed和Sekiro搭建的敏捷开发的脚手架🎁献给懒汉们的小礼物😘只需四步!部署完一个Hook项目!👋👋新版本只需两步!!!
Stars: ✭ 182 (-2.15%)
Mutual labels:  xposed
Xposedchecker
[Deprecated] Check whether your xposed has been enabled.
Stars: ✭ 173 (-6.99%)
Mutual labels:  xposed

WeBot

 

project description

A WeChat robot unit ,based on the android xposed framework hook to implement WeChat app robot functions

Function realization

  • [x] message callback
  • [x] auto reply message
  • [x] Add friend callback
  • [x] Default to add new friends
  • [x] Auto Reply (text, emoticon)

Run

Download latest version And install the corresponding version of WeChat

Development and build

Environmental requirements

  • android-sdk
  • android Simulator or real machine
Git clone https://github.com/546669204/wechatbot-xposed.git
Use Android-Studio open

Interface Description

This project needs to set up a server to accept requests for processing: port 188 accepts callbacks Tcp protocol

Fixed protocol header + 8 byte message length + fixed protocol tail Example: {28285252_hcaiyue_top_15159898} HeartBoom{137621_woyaoyigebaojieshula_159687}   Message callback sample
{method:"msgprocess",data:"{takler:\"weid\",content:\"content\",type:\"text\"}"} Content == "newfriend" callback for new friends

Send message sample
{method:"sendtextmsg",data:"{to:\"weid\",content:\"content\"}"}

The detailed calling method can read the project RebateBot

Update log

2018-08-13 Init

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].