WMPFDebugger icon indicating copy to clipboard operation
WMPFDebugger copied to clipboard

Yet another WeChat miniapp debugger on Windows

Results 24 WMPFDebugger issues
Sort by recently updated
recently updated
newest added

error C:\Users\Administrator\Desktop\wmp\WMPFDebugger\node_modules\frida: Command failed. Exit code: 1 Command: node scripts/install.js Arguments: Directory: C:\Users\Administrator\Desktop\wmp\WMPFDebugger\node_modules\frida Output: prebuild-install warn install aborted Downloading toolchain 20250919... Extracting toolchain... Downloading SDK 20250919 for windows-x86_64-mt... Extracting SDK......

duplicate
net/proxy

首先感谢大佬的工具,我在实践中发现了如下特点。 我本地的小程序版本是14185,使用14199版本下的extracted文件夹覆盖当前版本下的extracted文件夹,在`WMPFDebugger\frida\config\`下复制一份14199版本配置文件并重命名为当前版本(我的是14185),最后运行工具。 经测试,devtools正常打开。

师傅你好,这个工具一般时候很好用。 但是我碰到一个有点尴尬的情况,有一个请求包是在我点开小程序的时候就加密发出去的,小程序渲染页面完成以后这个包就不会发了,得手很快才能在网络日志里看到这个包去找加密位置。请问考虑增加js加载的时候直接替换本地文件的功能吗?

enhancement

I noticed that the Mini Client disconnects everytime a new route is created. It disconnects and automatically reconnect. Recent log: ``` [client] client disconnected // on route navigation click [inteceptor]...

bug