Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UnknownCollections/ptcgp_tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2086
Choose a base ref
...
head repository: UnknownCollections/ptcgp_tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2162
Choose a head ref
  • 3 commits
  • 21 files changed
  • 1 contributor

Commits on Mar 29, 2025

  1. feat(unity): Add IL2CPP v2022.3.56f1 support and refactor key finding

    Adds support for Unity IL2CPP version 2022.3.56f1 alongside the existing 2022.3.22f1 support, selectable via Cargo features.
    
    Refactors the IL2CPP metadata key extraction mechanism to parse ARM64 instructions (BL, ADRP, ADD immediate) instead of relying on less robust hex pattern matching. This improves reliability across different IL2CPP builds.
    
    Key changes include:
    - Introduced `2022322f1` and `2022356f1` features (`2022356f1` default).
    - Added generated bindings for `2022.3.56f1` and updated `2022.3.22f1`.
    - Added build scripts for header processing and binding generation.
    - Implemented parsing for ARM64 BL, ADRP, and ADD immediate instructions.
    - Added ELF instruction chunk parsing (`Elf::instructions`).
    - Refactored `Il2Cpp::load_from_vec` to accept pre-parsed `Elf`.
    - Updated metadata loading to use feature-flagged version constant.
    - Modified key finding logic in `Il2Cpp` and `unity_loader`.
    UnknownCollections committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    350307f View commit details
    Browse the repository at this point in the history
  2. feat(main): include supported Unity version in application title

    Added `SUPPORTED_VERSION_NAME` to the application title in `TITLE` for improved clarity on the supported Unity version.
    UnknownCollections committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    0be5104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543fcb9 View commit details
    Browse the repository at this point in the history
Loading