Difference between revisions of "User:Gannon/memView"
Jump to navigation
Jump to search
m |
m (Homebrew using GRRLib) |
||
Line 12: | Line 12: | ||
}} | }} | ||
== memView == | == memView == | ||
− | Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses | + | Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses [[GRRLIB]] because the font is much more legible on my TV than the console font is. |
Source is included with the binary file. | Source is included with the binary file. | ||
Line 22: | Line 22: | ||
[[Category:Homebrew in Development]] | [[Category:Homebrew in Development]] | ||
+ | [[Category:Homebrew using GRRLib]] |
Revision as of 15:13, 30 October 2009
memView | |
General | |
---|---|
Author(s) | Gannon |
Type | Utility |
Version | 0.2a |
Links | |
Download | |
Source | |
Peripherals | |
![]() ![]() |
memView
Just something I wrote so I can browse through the Wii's memory. I'm not sure if I'm even doing it right, but it works I think. If anyone knows more I'd welcome any modifications. It uses GRRLIB because the font is much more legible on my TV than the console font is.
Source is included with the binary file.
Version History
0.2a: Shows 140 values per page. Use the wiimote to point at a value to get its address and the ascii representation of the value. Page now shows the address range at the bottom.
0.1a: First release. Showed 40 addresses and values per page.