More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC utilities) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=readdol }} {{Infobox Wii Homebrews |title=readdol |image=wii-l...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=readdol | |title=readdol | ||
|image= | |image=readdolwii2.png | ||
|description=Displays information about one DOL format object file | |description=Displays information about one DOL format object file. | ||
|author=nitraiolo | |author=nitraiolo | ||
|lastupdated=2015/03/20 | |lastupdated=2015/03/20 | ||
|type=PC utilities | |type=PC utilities | ||
|version=0.01 | |version=0.01 | ||
|license= | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/readdolwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/readdolwii.7z | ||
|website= | |website=https://wiibrew.org/wiki/Readdol | ||
|source= | |source=https://dlhb.gamebrew.org/wiihomebrews/readdolwii.7z | ||
}} | }} | ||
readdol displays information about one DOL format object file. | |||
== Building == | |||
To build readdol, you will need a working compiler. | |||
The archive includes a <tt>Makefile</tt>, so just run <code>make</code> | |||
== User guide == | |||
===Usage=== | |||
Readdol v. 0.01 by NiTRo THe DeMoN | |||
Usage: readdol.exe [filename] | |||
===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. | |||
== | ==External links== | ||
* WiiBrew - https://wiibrew.org/wiki/Readdol | |||
Latest revision as of 06:04, 31 March 2023
readdol | |
---|---|
General | |
Author | nitraiolo |
Type | PC utilities |
Version | 0.01 |
License | GPL-2.0 |
Last Updated | 2015/03/20 |
Links | |
Download | |
Website | |
Source | |
readdol displays information about one DOL format object file.
Building
To build readdol, you will need a working compiler.
The archive includes a Makefile, so just run make
User guide
Usage
Readdol v. 0.01 by NiTRo THe DeMoN Usage: readdol.exe [filename]
Example
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
Changelog
v0.01
- Initial release.
External links
- WiiBrew - https://wiibrew.org/wiki/Readdol