reverse-name/readme.md

20 lines
302 B
Markdown
Raw Normal View History

# 某个游戏的 js 的逆向工程
## `md5.js`
- [ ] 清理所有空函数
- `function [a-zA-Z0-9]*\(\) \{ \}`
- 0/202
- [x] 清理 `setFunctionNamesIfNecessary`
- [ ] And more
## `index.dart.js`
- [ ] 清理所有空函数
- `function [a-zA-Z0-9]*\(\) \{ \}`
- 0/177
- [ ] And more