wx-compiler/README.md
2023-08-27 09:24:31 +08:00

11 lines
428 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 微信小程序编译器 Linux 版本
# 说明
本项目基于官方 Windows 版本运行逻辑实现。
# 实现思路
1. 使用 IDA 取得伪代码,与函数地址
2. 使用frida配合函数地址对各个函数进行hook参见 [frida-wx-compiler](https://github.com/msojocs/frida-wx-compiler)
3. 在Linux下根据伪代码复现逻辑使用frida来校对函数处理前和处理后的数据是否符合实际