From: <mi...@pr...> - 2004-01-27 17:53:41
|
Update of /cvsroot/gc-linux/htdocs/xml/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9637/xml/en Modified Files: news.xml download.xml Log Message: DOL plugin Index: news.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/news.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- news.xml 26 Jan 2004 20:44:13 -0000 1.4 +++ news.xml 27 Jan 2004 17:52:38 -0000 1.5 @@ -2,6 +2,11 @@ <?xml-stylesheet href="news.xsl" type="text/xsl"?> <news> <item> + <date>27 January 2004</date> + <title>DOL plugin for IDA</title> + <text>Stefan "ionic" Esser contributed a .DOL file format plugin for developers who have a PPC-enabled IDA. (<a href="docs/download.html">Download</a>)</text> + </item> + <item> <date>26 January 2004</date> <title>Preliminary framebuffer code in CVS</title> <text>drivers/video/gamecube.c can clear the screen and hopefully soon display text.</text> Index: download.xml =================================================================== RCS file: /cvsroot/gc-linux/htdocs/xml/en/download.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- download.xml 23 Jan 2004 12:25:43 -0000 1.2 +++ download.xml 27 Jan 2004 17:52:38 -0000 1.3 @@ -4,7 +4,7 @@ <info> <title>Download</title> <author>Michael Steil</author> - <date>22 January 2004</date> + <date>27 January 2004</date> </info> <p>There is no working Linux for the GameCube yet - but there is the "linuxpreview" application.</p> @@ -22,4 +22,12 @@ <p><a href="http://prdownloads.sourceforge.net/gc-linux/gc-linuxpreview.zip?download">Linuxpreview source and binary</a> (20KB)</p> + + <h2>DOL plugin for IDA</h2> + + <p>This plugin requires a version of IDA that supports PowerPC CPUs, and will give you the possibility to load executables in .DOL format. It has been contributed by Stefan Esser.</p> + + <p><a href="http://prdownloads.sourceforge.net/gc-linux/dol-plugin-0.1-ida46.zip?download">DOL Plugin for IDA 4.6</a> (17KB)</p> + <p><a href="http://prdownloads.sourceforge.net/gc-linux/dol-plugin-0.1-src.zip?download">DOL Plugin source</a> (12KB)</p> + </iparticle> |