reverse-name/readme.md

28 lines
492 B
Markdown
Raw Normal View History

# 某个游戏的 js 的逆向工程
## `md5.js`
- [ ] 清理所有空函数
- `function [a-zA-Z0-9]*\(\) \{ \}`
2024-03-04 01:37:59 +08:00
- 3/202
- 清理无用/兼容函数
- `setFunctionNamesIfNecessary`
- `convertAllToFastObject`
- `convertToFastObject`
2024-03-04 01:37:59 +08:00
- 清理一些函数
- [ ] `P.p` (svg 函数)
2024-03-04 01:48:51 +08:00
- [x] `z` (检查环境函数)
- [x] `H.ve` -> `H.printString`
2024-03-04 01:37:59 +08:00
- [ ] And more
## `index.dart.js`
- [ ] 清理所有空函数
- `function [a-zA-Z0-9]*\(\) \{ \}`
- 0/177
- [ ] And more