Skip to content

An AoB Scan Example for get auth info(token) of Wechat's Miniprogram.

Notifications You must be signed in to change notification settings

SwaggyMacro/AoBScanExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoBScanExample


之前羊了个羊大火的时候写了一个羊了个羊辅助--GitHub - SwaggyMacro/YangLeGeYang,可以免抓包一键获取Token。

后面随着热度退去也没有再更新,其中获取微信小程序Token的逻辑还在,只不过经过微信的更新原来的AoB Scan (Array of Bytes)方式已经失效,主要原因是微信小程序已经更新至x64,原有的AoB Scan仅支持扫描32 bit程序。

更多信息 / More Info


更多请访问以下链接:

https://bbs.ncii.cn/d/1847

https://b.julym.com/original/1886.html

提供AoB Scan(内存扫描)方式获取微信小程序Token/Cookies

依赖说明


C# 使用 Memory.dll 来自项目 Memory.dll,你可以尝试自行调用Win32 API实现。

Python 类库使用

  1. pymem
  2. win32gui
  3. win32process

About

An AoB Scan Example for get auth info(token) of Wechat's Miniprogram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published