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
.
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.
The following information must be defined in order to extract vtable information.
|