makeo creates an ELF object module from the specified binary or text file so that a program can refer to file content through ordinary program symbols (variables).
% makeo <option(s)> filename
| Option | Description | Default Value |
| -s section_name | Select section from .data, .rodata, or .text. |
.data |
|---|---|---|
| -b symbol_begin | Set symbol at start address. | The base name of the specified file. |
| -e symbol_end | Set symbol at end address. | None |
| -o object_filename | Output file name. | The base name of the specified file + .o. |
| -a align | Set the section address alignment constraint in bytes. | 8 bytes. |
makeo.exe also exists as makeoD.exe in this program. There is no difference in how the two behave. Normally you should use makeo.exe. makeoD.exe remains in order to maintain compatibility with past systems.
$REVOLUTION_SDK_ROOT/X86/bin/makeo.exe
None.
2009/06/05 Explained the existence of *.exe and *D.exe.
2006/03/01 Initial version.
CONFIDENTIAL