Map File Explorer Help
This page describes how to use the Map File Explorer. The source code and executable can be found on the software page.
Query Address. Display the query address dialog to enable you to determine which symbol relates to which address.
Query Symbol. Display the query symbol dialog to enable you to determine which address relates to which symbol.
Load Map. Load a map file using the Windows File Dialog. The map file is parsed and the data in the map file is displayed in the tree control.
Close. Close the program.
Help. Not implemented, no help file is available for this program.
Query Address
The preferred load address of the DLL is automatically displayed in the Preferred Load Address field.
Follow this step by step procedure to use the Query Address dialog.
- Enter the address to query into the Address field, use a leading '0x' to specify hex addresses.
- If the DLL was not loaded at its preferred load address:
- Check the Use Alternate Preferred Load Address checkbox.
- Enter the alternate load address in the Alternate Preferred Load Address field, use a leading '0x' to specify hex addresses.
- If you want the C++ symbol name to be undecorated, check the Undecorate C++ symbol names checkbox.
- Click the Query button. The results are displayed in the results area.
- Repeat this process as desired, or Click Close to close the dialog.
Query Symbol
Follow this step by step procedure to use the Query Symbol dialog.
- Type the symbol name to query into the Symbol field.
- If the symbol name is to be treated as case sensitive, check the case sensitive checkbox.
- Click the Query button. The results are displayed in the results area.
- Repeat this process as desired, or Click Close to close the dialog.
The implementation of this dialog is not complete.
Object Media will not be held responsible for any loss incurred by using this program. You use this program at your own risk.

