-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
33 lines (23 loc) · 860 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 <[email protected]>
* Stephane Sezer <[email protected]>
See AUTHORS for more details.
License
-------
gcdsp-ida is licensed under the GNU GPLv2. See LICENSE.