PC端 微信小游戏

有好几年没怎么使用Windows系统了,Windows版本微信居然小程序和小游戏了, 这个确实会方便很多用户。 总体来说是不错的。

对我来说,这个非常不安全,非常容易制作辅助和外挂, 感觉现在小程序Windows版本的辅助应该满天飞了吧

 我现在简单记录一下小游戏存储路径, 搞一些小动作需要知道的路径:

"C:\Users\Administrator\AppData\Roaming\Tencent\WeChat\XPlugin\Plugins\RadiumWMPF\8531\extracted\runtime\WeChatAppEx.exe"

windows:

"C:\Users\Administrator\Documents\WeChat Files\Applet\wx2f7fda52d8d031ee\133\xxxxxxxxx.wxapkg"

C:\Users\Administrator\Documents\WeChat Files\Applet  

C:\Users\Administrator\Documents\WeChat Files\wxid_nyaf6lm1a1ib21\Applet\wx2f7fda52d8d031ee\usr

 

mac:

/Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS

(.wxapplet默认是隐藏的, 小程序路径)

~/Library/Containers/com.tencent.xinWeChat/Data/.wxapplet/packages/wx2f7fda52d8d031ee/139/__APP__.wxapkg

(小程序的运行缓存路径)

~/Library/Containers/com.tencent.xinWeChat/Data/.wxapplet/Applet/275865a505c5300daa41aff938689cc7/wx2f7fda52d8d031ee/usr

小程序运行基础库:

~/Library/Containers/com.tencent.xinWeChat/Data/Documents/xwechat_files/WMPF/applet/publicLib

~/Library/Containers/com.tencent.xinWeChat/Data/.wxapplet/WMPF/applet/publicLib/1227.     (解密密钥clientlib,    通过实际测试,这个游戏基础库好像没用)

小程序编译缓存:

~/Library/Containers/com.tencent.xinWeChat/Data/Documents/app_data/radium/WmpfCache/13634

 小程序启动命令:  它是进程/Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/MacOS/WeChatAppEx创建出的子进程: 

/Applications/WeChat.app/Contents/MacOS/WeChatAppEx.app/Contents/Frameworks/WeChatAppEx Framework.framework/Versions/C/Helpers/WeApp.app/Contents/MacOS/WeApp 
--type=renderer 
--client_version=4066640733 
--wmpf_root_dir=/Users/xmac/Library/Containers/com.tencent.xinWeChat/Data/Documents/app_data/radium 
--bundle-id=5A4RE8SF68.com.tencent.xinWeChat 
--wmpf-render-type=2 
--wmpf-appid=wx2f7fda52d8d031ee 
--product-id=1002 
--disable-notifications 
--lang=zh-CN 
--num-raster-threads=4 
--enable-zero-copy 
--enable-gpu-memory-buffer-compositor-resources 
--enable-main-frame-before-activation 
--renderer-client-id=19 
--time-ticks-at-unix-epoch=-1747657035280952 
--disable-mojo-broker 
--launch-time-ticks=189258406014 
--shared-files 
--field-trial-handle=1718379636,r,16371398259226744521,13718608801441878547,262144 
--enable-features=NetworkServiceMemoryCache,OverlayScrollbar,XWorker 
--disable-features=AudioServiceOutOfProcess,AutoupgradeMixedContent,BackForwardCache,DigitalGoodsApi,NotificationTriggers,PeriodicBackgroundSync,TFLiteLanguageDetectionEnabled,Vulkan,WebOTP 
--variations-seed-version 
--log-level=2 
--seatbelt-client=124

  

=========================

wx2f7fda52d8d031ee是小程序的appId   

wxid_nyaf6lm1a1ib21是微信登录账号ID

回头有时间绕过微信小程序文件检查,就可以为所欲为了

再次搬一下我弄的工具: npm i git@github.com:dzqdzq/unwxapkg.git -g

posted @ 2023-11-18 19:52  浪浪辛  阅读(403)  评论(0)    收藏  举报