MBINCompiler
MBINCompiler copied to clipboard
A tool for decompiling No Man's Sky .MBIN files to XML format
As raised in #478 it would be good to be able to support dotnet 6. This seems to be a LTS so it would be good to support it as...
A while ago I made some changes to simplify how strings are handled in the .cs files: https://github.com/monkeyman192/MBINCompiler/commit/1425662f31d551320e1958985d338350bfac3275 This had implications I didn't fully realise at the time, and since...
Since we are going to be able to extract all the fields, we should be able to automatically generate a report which details what has changed with each release. This...
Currently the versions that are released are a bit of a mess. This is due to a number of reasons, but primarily because the naming convention that was chosen a...
It looks like Windows Defender has started triggering on MBINCompiler.exe. I'm not in favor of blindly listening to someone on Discord tell me to "just trust it" so I did...
When a property name is incorrect, the error output would be something like: [ERROR]: [AggregateException]: One or more errors occurred. [ExmlException]: An EXML exception has occurred! [NullReferenceException]: Object reference not...
I have been sitting on these for a while, figured I should probably add them. Just adding this PR in a preliminary way. I think I'll need to test these...
It would be convenient to have the scripts which are used to extract data from the exe using both IDA and Ghidra so that they can be maintained from one...
I added the save file mapping generation to this repository since it heavily relies on libMBIN to generate the mapping. This however could be moved to a new repository such...
Currently the `master` branch is completely unused, and the `development` branch is the primary branch. I think we should merge `development` into `master`, and then the current `development` branch can...