Git Product home page Git Product logo

revers-name's Introduction

某个游戏的 js 的逆向工程

一些交互结论

h_(ll) -> HHbf -> 语言文件加载 session storage
h_(k) -> fYwD -> 名称输入 session storage

h_

  • Z -> HtmlRenderer

  • O -> LanData

    • d -> get_obfuscated_value
    • eq -> obfuscate_str_h
  • J

    • Y(a, b) -> a === b
    • J(a, b) -> a[b]
    • aw(a) -> a.length
    • JsArray.w(a, b) -> a.includes(b)
    • JsArray.j(a, b) -> a.push(b)

md5.js

  • 清理所有空函数

    • function [a-zA-Z0-9]*\(\) \{ \}
    • 3/202
  • 清理无用/兼容函数

    • setFunctionNamesIfNecessary
    • convertAllToFastObject
    • convertToFastObject
  • 清理一些函数

    • P.p (svg 函数)
    • z (检查环境函数)
    • H.ve -> H.printString
    • P.H - P.Object_
      • H.k(a) -> to_string_0(a)
      • $iH -> $isObject
      • H.aW -> H.equal_1
  • hunkHelpers

    • s -> mk_instance
    • r -> mk_static
  • M

    • mB -> main_program
  • H

    • iD -> find_type
    • iw -> universe_eval
    • aW -> equal_1
    • og -> parser_parse
    • aW -> Rti
    • u2-> universe_create_generic_function_rti
    • bN -> universe_install_type_tests
    • uk -> install_specialized_as_check
    • ul -> install_specialized_is_test
    • oi -> universe_lookup_function_rti
    • h -> throw_error
  • T

    • X -> str list
  • P

    • cu -> obfuscate_a_b
  • And more

index.dart.js

  • 清理所有空函数

    • function [a-zA-Z0-9]*\(\) \{ \}
    • 0/177
  • E

    • nu -> main_program
  • And more

revers-name's People

Contributors

shenjackyuanjie avatar spdc-elm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.