Benjamin Moir

Results 66 comments of Benjamin Moir

Technically we aren't "using" Unity, just dumping data from its executable... so I'm fine with hooking out the license checks for the dumper.

There are a lot of ways the project could/should be cleaned up, I just need to spend some time to collect my thoughts on it. Something I've wanted to experiment...

> particularly as C#'s type system prevented it being a generic parameter This particular pain point can be worked around with a `Pointer` struct, for example: ```cs public readonly unsafe...

> I should mention that I'm also not very sure how well DistIL output will play with Mono at its current state, because it hardcodes some assumptions about .NET core...

You can find an example of this in [DetourSharp.Hosting](https://github.com/DetourSharp/DetourSharp.Hosting). Keep in mind though that DetourSharp is very incomplete and is not intended for serious use at this time.

This format is a doozy, I just finished adding extraction support for it in TLTool, you can view the code [here](https://github.com/DaZombieKiller/TalesOfTools/tree/main/tools/TLTool/ZArc). I also have an ImHex pattern file for the...