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

String Public Key #395

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

ds5678
Copy link
Contributor

@ds5678 ds5678 commented Dec 13, 2024

During the v24 cycle, Unity switched from a string public key to a byte array public key.

const char* public_key;
const uint8_t* public_key;

https://github.com/nneonneo/Il2CppVersions/blob/master/headers/diffs.diff

@coveralls
Copy link

coveralls commented Dec 13, 2024

Pull Request Test Coverage Report for Build 12312225023

Details

  • 4 of 40 (10.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 27.996%

Changes Missing Coverage Covered Lines Changed/Added Lines %
LibCpp2IL/ReadableClass.cs 4 5 80.0%
LibCpp2IL/Metadata/Il2CppAssemblyNameDefinition.cs 0 35 0.0%
Totals Coverage Status
Change from base Build 12306846293: -0.1%
Covered Lines: 3385
Relevant Lines: 10320

💛 - Coveralls

@SamboyCoding SamboyCoding merged commit ac99859 into SamboyCoding:development Dec 13, 2024
6 checks passed
@ds5678 ds5678 deleted the string-public-key branch December 13, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants