chaoticgd

Results 5 issues of chaoticgd

Below I will attempt to argue that the current approach to decompiling VU code is detrimental and the P-Code implementation of all VU instructions should be replaced with pcodeop stubs...

"00 08 cf 48" disassembles to "ctc2.I t7,CMSAR0" but should disassemble to "ctc2.I t7,vi1". This makes much more sense given the code I've seen that uses it, and is how...

### Description of Changes I have imported symbol table parsing, symbol database and C++ AST code from [CCC](https://github.com/chaoticgd/ccc), entirely replacing the existing symbol map class, and implemented a GUI to...

Build | Project System
CDVD
Needs Rebase
Debugger
Documentation
Dependencies
GUI/Qt

I've created a fork of this project: [Ghidra Emotion Engine: Reloaded](https://github.com/chaoticgd/ghidra-emotionengine-reloaded). The first release is available [here](https://github.com/chaoticgd/ghidra-emotionengine-reloaded/releases). I believe I am in a good position to do this as I'm...

### Description of Changes Some very minor changes have been made to fix some compiler warnings on Windows. All except for the breakpoint one were introduced by [my symbol table...

Debugger
GUI/Qt