You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the only reason for enforcing x86-only is the reliance on SACompGC as an external DLL. I would be more than happy to rewrite this in C# which would remove the need to Marshal calls to it and only allow x86.
The text was updated successfully, but these errors were encountered:
Sorry, why do you think SA Tools are x86 only? There are x64 binaries available for download, and the SACompGC library comes in x86 and x64 variations... Anyway if you want to rewrite it in C#, here's the source code: https://github.com/X-Hax/SACompGC
As far as I can tell, the only reason for enforcing x86-only is the reliance on
SACompGC
as an external DLL. I would be more than happy to rewrite this in C# which would remove the need to Marshal calls to it and only allow x86.The text was updated successfully, but these errors were encountered: