mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Create docs directory; begin "Decompiling C++"
This commit is contained in:
parent
683818b637
commit
547f2ba179
3 changed files with 159 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue