Viewbin Tool (Compact 2013)
3/26/2014
This tool displays information about a run-time image.
Syntax
viewbin [parameters] [filename]
Parameters
-d[ata]
Prints all data bytes.This can result in large amounts of output.
- -t[oc]
Prints a table of contents for a run-time image.
- -o[bj]
Prints a table of contents and object information.
- -r[ec]
Prints record information.
- -sym
Prints profiling symbol information.
Remarks
Examples of information that you can display include:
- Exact length of the run-time image
- Files and modules included in the run-time image
- Symbol information
The following command shows how to use Viewbin.exe to view information about a run-time image, and routes the output to a text file for reference and easier viewing.
viewbin -toc %_WINCEROOT\<My OS Name>\<My OS Name>\RelDir\<My BSP_Release>\nk.bin > output.txt