1,395 bytes added
, 20:31, 20 March 2015
{{Infobox homebrew
| title = readdol
| type = pc utility
| author = [[User:nitraiolo|nitraiolo]]
| version = 0.01
| download = http://wiibrew.org/w/images/4/44/Readdol-0.01.zip
}}
'''readdol''' displays information about one DOL format object file.
== Build ==
To build readdol, you will need a working compiler.
The archive includes a <tt>Makefile</tt>, so just run
<code>'''make'''</code>
== Usage ==
<pre>
Readdol v. 0.01 by NiTRo THe DeMoN
Usage: readdol.exe [filename]
</pre>
== Example ==
<pre>
c:\wii-dev\readdol.exe cfg70r78.8-dbg.dol
Readdol v. 0.01 by NiTRo THe DeMoN
Filename: cfg70r78.8-dbg.dol
.text
section[0]
file offset = 0x00000100
mem address = 0x80a80000
size = 1213728 bytes
section[1]
unused
section[2]
unused
section[3]
unused
section[4]
unused
section[5]
unused
section[6]
unused
.data
section[ 0]
file offset = 0x00128640
mem address = 0x80ba8520
size = 683488 bytes
section[ 1]
unused
section[ 2]
unused
section[ 3]
unused
section[ 4]
unused
section[ 5]
unused
section[ 6]
unused
section[ 7]
unused
section[ 8]
unused
section[ 9]
unused
section[10]
unused
.bss
mem address = 0x80c4f300
size = 1606784 bytes
entry point
mem address = 0x80a80000
padding
00000000 00000000 00000000 00000000
00000000 00000000 00000000
</pre>
== Changelog ==
*v0.01
:*initial release