Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



How to use dumpvtables

The dumpvtables tool (dumpvtables.exe) analyses a ROM image and its associated symbol file for vtables.

It outputs all classes discovered and their associated vtable entries to standard output, and thus a vtable dump may be gathered by redirecting output of the tool to a file.

The output is a text file that can be called anything, for example vtdump1.txt, and is located in the same directory from where the tool is run.

The dumpvtables tool should be run on both Symbian OS builds you are comparing, after running depmodel.


Command line syntax

To use the tool, simply type the following from command line on the substituted drive for each build:

> dumpvtables <imagefile> > <outputfile>

This generates a .txt file in the current directory.


Options

The following information must be defined in order to extract vtable information.

<imagefile>

This is the path of the image file to be analysed. It is assumed that a symbol file of the same name but with .symbol extension is lcoated in the same directory as the image file.

<outputfile>

This is the name of the file in which to dump results of analysis.

-help

Displays help information.


Example

A full example of how to use dumpvtables is shown below:

> dumpvtables m:\Roms\la_001.techview.log > vtdump1.txt

[Top]


See also