Create docs directory; begin "Decompiling C++"

This commit is contained in:
KeybadeBlox 2026-01-03 23:20:39 -05:00
parent 683818b637
commit 547f2ba179
3 changed files with 159 additions and 19 deletions

View file

@ -16,9 +16,10 @@ The approach of this decompilation is to:
We are currently engaging in the first two steps simultaneously, decompiling
code as it's delinked. Further details on these steps can be found in the
[contribution guide](contributing.md). Step 3 will use the linker from the
same Visual C++ 7.0 already used to compile object files. Step 4 is expected
to use the `cxbe` tool found in e.g. [nxdk](https://github.com/XboxDev/nxdk).
[contribution guide](documentation/gettingstarted.md). Step 3 will use the
linker from the same Visual C++ 7.0 already used to compile object files. Step
4 is expected to use the `cxbe` tool found in e.g.
[nxdk](https://github.com/XboxDev/nxdk).
## Contributing
Anybody interested in joining the effort is welcome to read the