monkeyman192

Results 39 issues of monkeyman192

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...

discussion

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...

feature

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...

discussion

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...

maintenance

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...

maintenance

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...

maintenance

**Describe the bug** When simply calling `MBINCompiler.exe help` a log file is generated in the cwd. **Expected behavior** This is clearly not needed, so no log file should be produced...

bug

A number of struct are seen to still have the `broken` attribute. Although most if not all of these are internal, it would still be good to try and remedy...

maintenance