-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
ISIL to CIL Conversion #223
Comments
@ds5678 The workaround still gives me empty methods |
@Mustafa-Agha legacy support might not have included your platform. In that case, empty methods would be expected. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@JeanAU You are not entitled to an answer, especially after your rude question (
That is not what I said. What I said means:
|
Before you ask: https://en.wikipedia.org/wiki/Common_Intermediate_Language |
Now be patient or put your wallet where your mouth is. What you want might never come without financial incentive. |
Context
Currently, the development branch only supporting empty method filling, whilst the legacy branch supports some platform-specific method body recovery.
Motivation for posting this issue
I needed a good place to point people who ask about it in the AssetRipper community. Do not interpret this as a request from me to do any work.
ISIL
ISIL (instruction set independent language) is a custom framework on the development branch designed to abstract over differences between game platforms.
Challenges
Porting the method body conversion is far from a simple copy-paste:
This is a massive feature, so users should either be patient or give @SamboyCoding lots of money.
Workaround for impatient users
It's amazing that Cpp2IL supported method body recovery at one point. Hopefully, it will again someday, but there's no timescale on that implementation.
Legacy releases are the only releases that support method body recovery. They have names of the form
2022.0.X
where X is any number from 0 to infinity.cd path/to/Cpp2IL.exe
--just-give-me-dlls-asap-dammit
to be one of the arguments.The text was updated successfully, but these errors were encountered: