Red Fish

Results 6 comments of Red Fish

I have the same issue. My mode dumped on Windows and loaded well at the same machine, but It didn't work well on MacOS(Big Sur 11.5.2).

You can try this [repo](https://github.com/magbone/bencode), I update the python version to 3.9(maybe 3.x also can work). Note that the argument type of ```bdecode``` function is ```str```, you should decode with...

我也遇到同样的问题,从仓库中clone最新代码,并在测试文件夹中新建android虚拟环境时遇到这个问题,由于apk时32位的所以创建32位的环境代码如下: ``` emulator = AndroidEmulatorBuilder .for32Bit() .addBackendFactory(new Unicorn2Factory(true)) .setProcessName(packageName) .build(); ``` 64位可以正常通过但是apk里so的文件路径不对,是64位的找不到。

我在原有基础上修改了[几处代码](https://github.com/magbone/wxapkg),可以实现在MacOS系统上对微信小程序进行解包,不敢保证所有的Mac版本和微信版本可用。 Mac OS 12.7.4 intel Wexin 3.8.2

same error with you