WiiRd Community
July 30, 2010, 05:43:32 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Update 4.3 - do NOT update!


Gecko 1.9.3.1
Should I get a USB Gecko, I wanna hack?
How do I use my USB Gecko
Where can I get WiiRd?
 
   Home   CODE DATABASE Help Search Login Register  
Pages: [1]
  Print  
Author Topic: FST address viewer for Wii / Gamecube  (Read 3820 times)
Y.S.
Hacker
Jr. Member
*****

Karma: 22
Posts: 57


View Profile
« on: June 06, 2009, 07:44:22 am »

I've made a small application which makes it somewhat easier to hack file replacement code for Wii / Gamecube.
Just drag & drop the full RAM dump to the .exe file, and the text file will be created in the same directory as the input file.
The output text file contains data like the following;

Code:
RVL-RSBJ01

root
817DA5E0: 01000000 00000000 00001593

border.dat
817DA5EC: 00000000 39C00000 01000000

dummy1.dat
817DA5F8: 0000000B 00140000 0BEBC200

dummy2.dat
817DA604: 00000016 6C240000 0BEBC200

effect
817DA610: 01000021 00000000 0000013A

assist
817DA61C: 01000028 00000004 00000021


Download: http://www.esnips.com/doc/483baeea-c846-4c09-9c50-eeb2e546b3f6/fst
Logged
hetoan2
Moderator
Legendary Member
*****

Karma: 329
Posts: 1989

I hack WiFi, but I don't cheat on WiFi ;)


View Profile WWW
« Reply #1 on: June 07, 2009, 09:12:14 pm »

looks like this will come in use some time.

thanks Cheesy
Logged



Check out my site with codes obviously...
http://hetoan2.com/

and youtube...
http://youtube.com/hetoan2
milw0rm
Newbie
*

Karma: 0
Posts: 38


View Profile
« Reply #2 on: June 11, 2009, 11:51:18 am »

guess why, hetoan ^^
congratz!
Logged
hetoan2
Moderator
Legendary Member
*****

Karma: 329
Posts: 1989

I hack WiFi, but I don't cheat on WiFi ;)


View Profile WWW
« Reply #3 on: June 12, 2009, 05:29:11 pm »

go blow it out your ass
Logged



Check out my site with codes obviously...
http://hetoan2.com/

and youtube...
http://youtube.com/hetoan2
milw0rm
Newbie
*

Karma: 0
Posts: 38


View Profile
« Reply #4 on: June 14, 2009, 09:51:38 am »

hehe :-P
Logged
_Vuze_
n00b hak3er
Hacker
Newbie
*****

Karma: 1
Posts: 38


View Profile WWW
« Reply #5 on: October 08, 2009, 02:36:24 pm »

Nice app Y.S.!
Thank you!

Well, let's say I want to replace the file "two026.brres". FST says the following:
817EF328: 00010CB3 08166BB9 00033C00
How should I use this to replace the file?
Logged

I\\\'m a beginner to hacking~
Sorry if I ask n00bish questions :X
Y.S.
Hacker
Jr. Member
*****

Karma: 22
Posts: 57


View Profile
« Reply #6 on: October 09, 2009, 12:17:43 pm »

Okay, I'll show how to replace files using the SSBB(NTSC-USA) as an example.
Let's say we replace Pikachu's motion file with Ganondorf's.

The data needed are:
Code:
FitPikachuMotionEtc.pac
817DCFF4: 00003A2C 34832B63 0039E8E0

FitGanonMotionEtc.pac
817DBBF0: 00001D15 30CA8FF4 0038B5A0

From the data above, the code would be:
077DCFF8 00000008
30CA8FF4 0038B5A0

077DCFF8   (1st data of the file to replace) + 4 AND 0x03FFFFFF  OR 0x06000000
00000008   Always the same
30CA8FF4 0038B5A0   2nd & 3rd data of the file to replace with

In case of "two026.brres", the 1st line becomes:
077EF328: 00000008

Logged
_Vuze_
n00b hak3er
Hacker
Newbie
*****

Karma: 1
Posts: 38


View Profile WWW
« Reply #7 on: October 09, 2009, 01:22:54 pm »

Ahh, thanks a bunch Y.S.! You rock!
Logged

I\\\'m a beginner to hacking~
Sorry if I ask n00bish questions :X
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!