-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Migration to .NET unified runtime #16
Comments
C++/CLI support is windows only dotnet/runtime#4116 (comment)
Vala has a meson option to generate gir files, but I have no idea how to do that for these dependencies. |
The frida-core build system used to produce a broken gir, but this was recently fixed. Could you try building it from latest git? The .gir can be found in |
Latest git also produces only frida-core.gir with included deps but no gir files for the dependencies. Without the dep files gir.core is not able to resolve all the types used from those deps. Since I have your attention, did you see my PR in frida/frida-java-bridge#339 to support static java methods? Thank you so much for managing this behemoth of a project 💪 The complexity is insane |
It would be great to build for the unified runtime of .NET:
https://dotnet.microsoft.com/en-us/download/dotnet
This way we can also use it on
Linux
andMacOS
and it would have support forArm(64)
🙏The text was updated successfully, but these errors were encountered: