Port generator to use AsmResolver#124
Merged
ManlyMarco merged 36 commits intoBepInEx:masterfrom Sep 8, 2024
Merged
Conversation
This was referenced May 13, 2024
Merged
* Reuse primitive operands * Support Parameter operands * Map local variables * Map instruction labels
* Fail for struct target types * Use Il2CppStringArray for System.String
Collaborator
Author
|
After doing some more validation, I discovered that the Cecil |
Collaborator
Author
|
The validator is available here: https://github.com/AssetRipper/AssetRipper.CIL/tree/ecdd481b87f5f4872897d7408eae6eedaab5834e/AssetRipper.CIL.Validator |
This was referenced Jul 14, 2024
SamboyCoding
suggested changes
Jul 15, 2024
Collaborator
Author
|
@SamboyCoding Thank you for the review! I'll address these tonight. |
Collaborator
Author
|
Thanks again for the review. I made some changes based on your feedback. |
SamboyCoding
suggested changes
Jul 16, 2024
SamboyCoding
approved these changes
Jul 16, 2024
* Declare System.Runtime as our corlib * Add TargetFrameworkAttribute to generated assemblies
Collaborator
Author
|
Note: my latest commit "broke" consistency due to changing the corlib, which caused a ton of imported references to become inequal, but otherwise it's still consistent. |
ds5678
added a commit
to ds5678/Il2CppInterop
that referenced
this pull request
Jul 29, 2024
* Resolves BepInEx#124
ManlyMarco
approved these changes
Sep 8, 2024
This was referenced Sep 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.