Sam Byass

Results 15 issues of Sam Byass

Doesn't handle the new attribute stuff yet, but it's better than nothing. Tested on Darkest Dungeon 2. Requires https://github.com/djkaty/Bin2Object/pull/2 to handle the new unity compressed (u)int format

This PR represents mine and Rin's painful attempts to replace the mono domain with a modern dotnet runtime when running on an IL2CPP game. It's mostly backwards-compatible - of a...

Improvement
Work-in-Progress

### Describe the new feature or enhancement Including the version in the user agent would allow us to track update rollout on the cloudflare analytics page.

Improvement
Work-in-Progress

Seen on a V29 game, specifically "Kill The King" by Quantum Lion Labs. Stacktrace: ``` Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.ArgumentNullException: Value cannot be null. Parameter...

bug
area:attributes

When building AsmResolver assemblies, Constant objects are not shared (realistically we only need one of each type-value pair), resulting in thousands of duplicate objects being created and massively increasing memory...

enhancement
performance

Most noticeable with IEnumerator instances being created - instead of a call to the constructor being emitted, it's often replaced with a call to IDisposable.Dispose, because IEnumerator implements IDisposable. When...

bug
area:analysis

Make a custom de/serializer for Nullable when registering one for array, list, etc, and have handling in GetCompositeDeserializer - probably make that system less ugly, too.

enhancement

From discord: > the ipa is just a zip that contains `Payload/AppName.app` > metadata is in `Payload/AppName.app/Data/Managed/Metadata/global-metadata.dat` > il2cpp is in `Payload/AppName.app/Frameworks/UnityFramework.framework/UnityFramework`. > GlobalGameManagers is in `Payload/AppName.app/Data/globalgamemanagers` > it's not...

enhancement
area:cpp2il-command-line
good-first-issue

The battery sensor for the Sure Petcare [Microchip Pet Door](https://www.surepetcare.com/en-gb/pet-doors/microchip-pet-door) needs some tuning - the app has just sent me a Low Battery warning (so it's on about 10%, I...

help wanted
good first issue