a tool to dump codes out off a mem-dump without using the gecko or a game?

Started by CosmoCortney, July 26, 2013, 11:04:50 PM

Previous topic - Next topic

CosmoCortney

Hi,
sometimes i like to test out some static Floating Point values. usually i test out about 50 codes per poke. if something nice happens, i refine the search until the code has been found.
but sometimes the game freezes. and restarting the console every time can be annoying.
so i got the idea to dump the ram of the game using my usb gecko, and then using a tool to dump ALL codes with the value i am looking for out off the mem-dump. then i can easily test them using an Emulator. it can be restarted so much faster. (i know dolphin Emulator is not supported here, but in this case i'd just use it to speed up the progress of my work)
i also know that gecko dNet can open dumps, but the "Search" tab can't be used then.
so, does anyone of you know a tool like this?

Bully@Wiiplaza

You do a ram dump.
You write a program that checks the whole dump for specified values and writes down all codes
(Address + offset + value you want to write).

Quite doable.

Here's an example:
http://www.youtube.com/watch?v=d6BdEQUtuks

I've written this in Java. :P
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

CosmoCortney

i've already thought about that, too. but i haven't enough programming skills, yet  :-[
i know some c++. but not enough to make a tool like this.

so i asked if a tool like this already exists.

hmm. i can give it a try to make a command line programm

Bully@Wiiplaza

I programmed it now. :D

Here:
http://www.bullywiihacks.com/t2679-
My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully

CosmoCortney