Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev: translation refactoring #226

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Commits on Apr 27, 2024

  1. Refactoring of translation feature

    - more separation of translation and pure decompile/astdump code in unrpyc.py
    - TL needs now only one argparse option as the switch of both needed steps is internal
    - multiprocessing related code was separated to own function for easy access from all use cases
    - Some code for AST capture has also been separated for ease of use and so that TL can now use deobfuscation
    madeddy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fc36155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08e3710 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Some refactoring to get translation and other functionality to share …

    …the same codepath, logging of issues encountered while extracting translations, and general clarification of code.
    CensoredUsername committed May 3, 2024
    9 Configuration menu
    Copy the full SHA
    9236e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a3d38 View commit details
    Browse the repository at this point in the history