Sewer.
Sewer.
This PR adds annotations for [.NET 5+ Assembly Member Trimming](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming). In a real application, I have observed the following size reduction: `95,744` -> `70,656` bytes. (-26.21%) This is actually less...
This simple patch adds support for fetching Generic methods via the `GetIl2CppMethodInfoPointerFieldForGeneratedMethod` API inside `UnhollowerUtils`. Not much to say here, no API changes. I implemented this in order to allow...
# Summary Made a number of small changes to the ADX template. These are based off my personal disassembly of the Windows port of Sonic Riders, a 2006 hoverboard racing...
This PR picks up the work from #222. ## Changes - Marked `SharpGen.Runtime.COM` as trimmable. - I've looked through the library thoroughly, it didn't have any code I believe to...
**Background** Currently Reloaded II stores common code mod dependencies (shared libraries etc.) on a BaGet server located at http://packages.sewer56.moe:5000/upload , to which any user can upload to. This is problematic...
# Background I have always felt as if Reloaded has always had a bad reputation among mod loaders due to users' inability to set it up properly (even though it...
Implement super basic plugin system (similar to Reloaded I) to allow for extra injected code to be ran on certain events within the application. List of Plugins for Release: -...
In response to: https://github.com/uberhalit/PatternScanBench/pull/4#issuecomment-964568961 The following PR adds a port of `Compiled` (non-SIMD) implementation in `Reloaded.Memory.SigScan` . The code, including all relevant structs etc. was copied 1:1 from `3.0.1` with...
This is a very simple to describe issue that I have come across when I have started off programming with D in a Visual D environment: _When the scope of...
This PR adds code related to format changes of the Steam files over time. **Legacy Packages** When using the library, I found some users reported that certain very old packages,...