wxappUnpacker
wxappUnpacker copied to clipboard
小程序新版解包(支持分包)
可以解抖音小游戏吗
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.2 to 3.9.11. Release notes Sourced from vm2's releases. 3.9.11 New Features https://github.com/patriksimek/vm2/commit/58478a58c6f4af3c54faf4117ed5ab72d2cc8cd5: Add option require.strict to allow to load required modules in non strict mode. Fixes...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
js和wxml都可以反编译得到,但是wxss不能得到[https://blog.csdn.net/hao_ws/article/details/106737513](https://blog.csdn.net/hao_ws/article/details/106737513),详细问题可以看看我写的这篇博客。 我猜想可能是因为这个小程序采用了分包才导致的这个问题,当我反编译其他没有采用分包的小程序的时候,就得到了所有的文件,包括wxss。