Codes
WiiRd forum
March 28, 2024, 10:38:52 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome on the new server

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 GAMEHACKING Help Search Login Register  
Pages: [1]
  Print  
Author Topic: FST address viewer for Wii / Gamecube  (Read 10628 times)
Y.S.
DIY Hacker
Hacker
Full Member
*****

Karma: 32
Posts: 122


WWW
« 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: 348
Posts: 2279


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


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: 37


« Reply #2 on: June 11, 2009, 11:51:18 AM »

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

Karma: 348
Posts: 2279


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


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: 37


« Reply #4 on: June 14, 2009, 09:51:38 AM »

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

Karma: 1
Posts: 37


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.
DIY Hacker
Hacker
Full Member
*****

Karma: 32
Posts: 122


WWW
« 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: 37


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
CosmoCortney
Hacker
Jr. Member
*****

Karma: 8
Posts: 85

Mensch-Maschine, halb Wesen & halb Ding


WWW
« Reply #8 on: April 25, 2013, 08:07:08 PM »

the link doesn't work  Sad
could this tool be reuploaded?
Logged

megazig
Hacker
Full Member
*****

Karma: 4
Posts: 127


« Reply #9 on: April 25, 2013, 10:41:26 PM »

I can throw together a replacement pretty quickly. Someone will have to compile for windows

https://github.com/Megazig/fst_viewer

standard C. takes one argument so that you should be able to drag and drop onto the executable. it will create a file with the same name as the memdump you drop and append .fst to the end

edit: if no one has compiled by later tonight I'll hop on a windows machine and compile it
« Last Edit: April 25, 2013, 11:57:48 PM by megazig » Logged
Thomas83Lin
Hacker
Hero Member
*****

Karma: 86
Posts: 678


« Reply #10 on: April 26, 2013, 12:02:36 AM »

http://www.mediafire.com/?ik1n0apmwxzwsr1

also found this in my wiird stuff I guess this is the one from this thread not sure though?


 
Logged
CosmoCortney
Hacker
Jr. Member
*****

Karma: 8
Posts: 85

Mensch-Maschine, halb Wesen & halb Ding


WWW
« Reply #11 on: April 26, 2013, 07:37:53 AM »

@Thomas83Lin
thank you!

@megazig
huge thanks to you.
can i compile it with the express version of visual studio 2010?
« Last Edit: April 26, 2013, 08:12:41 AM by CosmoCortney » Logged

megazig
Hacker
Full Member
*****

Karma: 4
Posts: 127


« Reply #12 on: April 26, 2013, 02:31:58 PM »

almost. you have to change snprintf to _snprintf
I think the rest should work
Logged
Glitch.
伝説上
Hacker
Newbie
*****

Karma: 4
Posts: 43


馬鹿は死ななきゃ治らない

iGlitch4Lolz@gmail.com skatingandres06
WWW
« Reply #13 on: April 26, 2013, 02:49:07 PM »

FST Viewer by megazig for Windows.
Logged

megazig
Hacker
Full Member
*****

Karma: 4
Posts: 127


« Reply #14 on: April 26, 2013, 05:27:54 PM »

thank you for compiling it Glitch.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!