Jeremy Pritts

Results 120 issues of Jeremy Pritts

Currently, this only supports multiples of 4 for output dimensions.

#608 increased the version of these gems, but the changes never got published.

sig/graphics-audio

Maybe we should make the Il2Cpp arrays into a closed type hierarchy? * Seal `Il2CppStringArray`, `Il2CppReferenceArray`, and `Il2CppStructArray`. * Make the base constructors inaccessible outside the runtime assembly.

Now that HarmonyX supports .NET 8, we can switch the runtime library to take advantage of any improvements from the past few years.

generation

See https://github.com/AssetRipper/AssetRipper/issues/1412

Based on https://github.com/Perfare/Il2CppDumper Not quite done: * There's a couple dozen compile errors left. * It needs an output format. * I have not tested this on any games. *...

As I mentioned in #222, I have interest in expanding the C# API, which requires a custom library similar to [`libClangSharp`](https://github.com/dotnet/ClangSharp/blob/f0501f7370c01064676f3e8100c4fe76dc3a7c62/sources/libClangSharp/ClangSharp.h), ie `libLLVMSharp`. Do you have any guidance about how...