From 44e6853940b56b1f6ce30c7e5b23aa11320ccfbd Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 6 Nov 2011 08:07:46 +0100 Subject: [PATCH] README, AUTHORS and stuff. --- AUTHORS | 3 +++ README | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 README diff --git a/AUTHORS b/AUTHORS index 892e756..3d1a0d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,5 @@ * Pierre Bourdon * Stephane Sezer + +Some code in gcdsp-ida is Copyright (C) 2003 Dolphin Project. Thanks to +the Dolphin devs and contributors! diff --git a/README b/README new file mode 100644 index 0000000..6ee6b71 --- /dev/null +++ b/README @@ -0,0 +1,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 +* Stephane Sezer + +See AUTHORS for more details. + +License +------- + +gcdsp-ida is licensed under the GNU GPLv2. See LICENSE.