<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Decompilers (don't worry, its emulation related)' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Decompilers (don't worry, its emulation related)' posted on the 'Computer Emulators' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 22:52:25 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 22:52:25 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Decompilers (don't worry, its emulation related)</title>
      <link>http://www.programmersheaven.com/mb/emulation/39734/39734/decompilers-dont-worry-its-emulation-related/</link>
      <description>I was wondering if you have any here.  I tried using 'search', but all I got back was 'how to defeat VB decompilers!' which really doesn't help:P&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
What I need it for, anyway, is to be able to open up some ROMs for my emulators so I can translate out the Jap text as well as I can and distribute them so people can get a better experience.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Here's an example.  I have the ROM of a SNES game called DBZ SuperBoten2 (Super Battle History).  Of course, the whole program is in Japanese, but knowing how the story goes, and with a launguage translator, I can fix it up some.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Any help here?  E-mail me or just reply to this, if you will please.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Manae&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/emulation/39734/39734/decompilers-dont-worry-its-emulation-related/</guid>
      <pubDate>Wed, 08 Nov 2000 17:32:30 -0700</pubDate>
      <category>Computer Emulators</category>
    </item>
    <item>
      <title>Re: Decompilers (don't worry, its emulation related)</title>
      <link>http://www.programmersheaven.com/mb/emulation/39734/39776/re-decompilers-dont-worry-its-emulation-related/#39776</link>
      <description>All you need is a good HexEditor to change the text in the binary files.... &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Disassemble the binaries back to sourcecode is not an option because that is hard hard work and I have tried doing that to some Megadrive games&amp;lt;br&amp;gt;&lt;br /&gt;
and it s alot of work to get all the pointers and structures right to allow you to modify the code...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
/WEBMASTER&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
: I was wondering if you have any here.  I tried using 'search', but all I got back was 'how to defeat VB decompilers!' which really doesn't help:P&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: What I need it for, anyway, is to be able to open up some ROMs for my emulators so I can translate out the Jap text as well as I can and distribute them so people can get a better experience.&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: Here's an example.  I have the ROM of a SNES game called DBZ SuperBoten2 (Super Battle History).  Of course, the whole program is in Japanese, but knowing how the story goes, and with a launguage translator, I can fix it up some.&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: Any help here?  E-mail me or just reply to this, if you will please.&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
: Manae&amp;lt;br&amp;gt;&lt;br /&gt;
: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/emulation/39734/39776/re-decompilers-dont-worry-its-emulation-related/#39776</guid>
      <pubDate>Thu, 09 Nov 2000 08:58:41 -0700</pubDate>
      <category>Computer Emulators</category>
    </item>
    <item>
      <title>Re: Re: Decompilers (don't worry, its emulation related)</title>
      <link>http://www.programmersheaven.com/mb/emulation/39734/41711/re-re-decompilers-dont-worry-its-emulation-related/#41711</link>
      <description>WEBMASTER's right. You do need a good hex editor, but you also need a good tile editor too, and a relative searcher. I used to do a lot of rom hacking myself, but I got bored of it, but here's a quick overview of what you do. Download Thingy( a hex editor, with table file support ), NAGA/TilED or another ROM sprite editor, and relative searcher from www.zophar.net. You build or download a table file for your rom, load your rom and table file in thingy, and change the text to your rom. Before all that you have to replace the japanese characters with english ones using NAGA or TilED( or whatever sprite editor you're using ). Once you've translated your ROM you download snestool and create a patch for other people to download.&amp;lt;br&amp;gt;&lt;br /&gt;
PS Check out Zophar.net for Translating and ROM hacking tutorials, they really help :).&amp;lt;br&amp;gt;&lt;br /&gt;
C' Ya.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
URL:www.zophar.net&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/emulation/39734/41711/re-re-decompilers-dont-worry-its-emulation-related/#41711</guid>
      <pubDate>Mon, 27 Nov 2000 05:12:58 -0700</pubDate>
      <category>Computer Emulators</category>
    </item>
  </channel>
</rss>