Console's executable file converter toolAllow conversion between .dol, .elf and .bin fileCODEDolTool v0.3 - loser 2003oO What is a Dol file Ooa dol file is a gamecube executable file.when compiling code for gamecube, an elf file is the typicaloutput file format. the elf file is then converted into a dol file.a dol file can be thought of as a simplified elf file.oO So what can this tool do for me? Oosince the dol file format is a custom format for the gamecube,there dont exist any tools for manipulating them.this tool can give you information on a dol file, as well asbeing able to convert between the dol format and other morecommon formats. this tool can do the following conversions: elf -> dol dol -> elf bin -> dol dol -> binoO Source code Oothe source code to this tool has been included due to requestsfrom ppl in the scene who wish to either port this tool or seehow it works, or improve it i initially had high hopes on making the source code easy to readand not too messy, however as time got short (things like workgetting in the way) the code started getting messier and morehacked together :o/ oh well. hopefully u can understand my codeenough to make use of it. the DolFile class should be ok due toits simplicity, but the ElfFile class was a bit more complicated(and i was running out of time when i started on it ) so take carewhen using it heheoO Contact info Ooloseremail: [email protected]: