Search for Address Tables

The Search for Address Tables feature searches the program for possible address tables. The search can span the entire program or be limited to a selection. The results are presented in list form, allowing the user to make tables and disassemble the addresses in those tables.


Searching for Address Tables

To search for address tables,

  1. Select the SearchFor Address Tables... option
  2. Select the Search button; the results of the search are displayed in the table.

Search Options

For very large Programs that may take a while to search, you can cancel the search at any time by hitting the cancel () button. A progress bar is displayed as needed.

Search Results Table

Default columns:

Making Address Tables

To make an address table,

  1. Select one or more rows in the Possible Address Tables table.
  2. Select the Auto Label checkbox to automatically create labels at the beginning of each address table that was created, at all of the addresses contained in those tables, and at the top of the indexes to the tables if there are any.
  3. If necessary, enter an offset (number of addresses to be skipped) to be added to the starting address(es) (offset multiplied by 4, the address size).
    • For one address table, the entered offset cannot be greater than one less than the length of the possible table.
    • For multiple address tables, the offset value cannot be greater than one less than the length of the smallest selected table.
    • The field next to Offset shows the adjusted start address for the table; this field cannot be edited. It is empty for multiple table selections.
  4. Select the Make Table button.
  5. An address table gets created at the location you chose, containing defined addresses which now point to to the address created. These addresses now contain XREFs to the table entries. If an index to the table exists immediately after the table, it will get created as an array of bytes, as well.

A warning dialog is displayed if address tables could not be created due to a collision with existing data at either the start of end of possible address tables. If the auto label option is selected, you can determine from the label column those address tables that were not created.

To disassemble the address tables,

  1. Select one or more rows in the Possible Address Tables table.
  2. Select the Disassemble button; disassembly will begin at each address in the selected address tables.

Actions

Make Selection

See Make Selection.

Selection Navigation

See Selection Navigation.

Provided by: AutoTableDisassemblerPlugin

Related Topics: