An IDA plugin for GC DSP reverse engineering
License
dolphin-emu/gcdsp-ida
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
The two operand register selection bits were swapped for that instruction. For example, "CMPAR AC1, AX0.H" would be disassembled as "CMPAR AC0, AX1.H", leading to pain and confusion.
0b90941
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
GC/Wii DSP plugin for IDA ========================= This project adds support for the DSP present in the Gamecube and the Wii to IDA, the Interactive Disassembler [1]. This allows easy analyze of a DSP ucode, handling cross-references, control flow, and so on. Requirements ------------ * Python >= 2.6 * IDA >= 6.1 (other versions may work, not tested) * IDAPython >= 1.5.2 (same as IDA, other versions not tested) How to install? --------------- Copy gcdsp.py and gcdsp_generated.py to the "procs/" directory under IDA root. If installation worked correctly, you should be able to choose "GC/Wii DSP: gcdsp" as the CPU type when opening a new file. Authors ------- * Pierre Bourdon <delroth@lse.epita.fr> * Stephane Sezer <stephane@lse.epita.fr> See AUTHORS for more details. License ------- gcdsp-ida is licensed under the GNU GPLv2. See LICENSE.
About
An IDA plugin for GC DSP reverse engineering
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published