reverse-name/readme.md

376 B

某个游戏的 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