+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 27 of 27

Thread: RenegadeEx LIVES!

  1. #21
    Join Date
    Dec 2006
    Posts
    148

    Default

    Ok. LMZ and I got into this last night, and I think we finally figured out the issue with dumping No$GBA (0 results). The method I was using to autodetect the RAM was randomly picking up the ROM for some people, since the 12 bytes being checked appear at the start of both. I tweaked this a bit and had LMZ test it last night with success. Let me know how it works out.

    RenegadeEx v1.06
    http://viper.shadowflareindustries.c...x0r/rex106.rar

    Mupen 0.5 (RenegadeEx Edition v1.06) Source
    http://viper.shadowflareindustries.c...5rex106src.rar

    Mupen 0.5 (RenegadeEx Edition v1.06) Win32 release with plugins/DLLs
    http://viper.shadowflareindustries.c...6-wplugins.rar

  2. #22
    Join Date
    Aug 2008
    Posts
    154

    Default

    I found a problem with v1.05.
    I was searching for the 64-bit value 000002A000000048 but it was only found it in two places, I checked it in ps2dis using the pattern A002000048000000 and rex has missed the first two possibilities.
    00409cc4 - Not found in rex
    00409ebc - Not found in rex
    005d4700 - found in rex
    01fdfc38 - found in rex
    I've attached the dump file for you to look at.
    Also rex v1.06 only allows you to enter 13 digits instead of 16.
    Attached Files
    Last edited by kh2k4; 07-21-2009 at 08:58:09 PM.

  3. #23
    Join Date
    Dec 2006
    Posts
    148

    Default

    Dammit! These 64-bit integers are no fun. They don't work as well as 32-bit. I wonder if I ever tested reading in those I64s with scanf. The number of digits in the text box is more likely due to the size of the box than the actual maxlength setting, which should be an easy fix.

    In any case, I may or may not have a quick fix. I found and fixed a problem with the In Range searches too, but I've started to rebuild Renegade for a 2.0 release. Maybe I'll go ahead and release 1.07 though.

    Edit: Man. You had me worried for a minute. I know why it missed 2 addresses. Those other 2 addresses aren't 64-bit ALIGNED (they start on 4/C instead of 0/8).

    Edit 2: I (hopefully) fixed the input issue and the In Range searches issue I had previously found. Dev-C++ project files are on longer in the rex source, but still in the Mupen one since I was too lazy to delete them. I use the regular makefile for MinGW now.

    RenegadeEx v1.07
    http://viper.shadowflareindustries.c...x0r/rex107.rar

    Mupen 0.5 (RenegadeEx Edition v1.07) Source
    http://viper.shadowflareindustries.c...5rex107src.rar

    Mupen 0.5 (RenegadeEx Edition v1.07) Win32 release with plugins/DLLs
    http://viper.shadowflareindustries.c...7-wplugins.rar
    Last edited by Viper187; 07-22-2009 at 10:16:13 PM.

  4. #24
    Join Date
    Dec 2006
    Posts
    148

    Default

    Another quick fix. The No$GBA hooking was working so long as the rom are in process memory was over 10 meg. I left it a little laxed before because the regular and debug versions had different size pages for ram in memory, and I wasn't sure if anything else effected that. It should work for both without the rom size side effect now. Kind of a rush release, since I'm in the middle of working on PS2CC. No need for the mupen build on this one anyway.

    RenegadeEx v1.08
    http://viper.shadowflareindustries.c...x0r/rex108.rar

  5. #25
    Join Date
    Aug 2008
    Posts
    154

    Default

    So your saying in order find 64-Bit addresses that fall on 4/C i'll have to do 32-Bit searches instead and just look for the other 32 bit address next to it with the correct value? there's no way to do unaligned 64-bit searches to narrow the results?
    Last edited by kh2k4; 07-26-2009 at 06:12:55 PM.

  6. #26
    Join Date
    Dec 2006
    Posts
    148

    Default

    Pretty much. I used to try to allow for both, but it just complicates the shit out of things.

  7. #27
    Join Date
    Dec 2006
    Posts
    148

    Default

    I did some tinkering with breakpoints in Mupen. Here's a source package with the EXE built. Breakpoints and watchpoints on read/write work. Registers view works, but do NOT try to view registers before a game is running or it'll shit the bed.
    http://viper.shadowflareindustries.c...2010-2125].rar

    I was trying to think of something other than Turok to test it on, so....

    Blues Brothers 2000

    Jump Height Modifier (Default 44EF)
    810396CC 3C02
    810396CE ????
    810396D4 4482
    810396D6 0000
    Last edited by Viper187; 02-18-2010 at 11:53:15 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. A lot of GG codes for NES and Genesis
    By Whipon in forum Last Generation & Retro Hacking
    Replies: 213
    Last Post: 07-24-2010, 08:33:56 PM
  2. Random SNES Game Genie Codes
    By Hackwiz in forum Last Generation & Retro Hacking
    Replies: 46
    Last Post: 02-24-2010, 01:47:33 PM
  3. Sega Game Gear PAR Codes
    By Mezmorize in forum Last Generation & Retro Hacking
    Replies: 8
    Last Post: 12-13-2009, 01:31:02 PM
  4. Some codes from the other place
    By ReyVGM in forum Last Generation & Retro Hacking
    Replies: 13
    Last Post: 04-22-2009, 01:56:33 PM
  5. "Official" SNES PAR codes
    By Tony Hedstrom in forum Last Generation & Retro Hacking
    Replies: 2
    Last Post: 02-16-2009, 08:52:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts