reverse-name/readme.md

23 lines
376 B
Markdown
Raw Normal View History

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