Viewbin Tool
The Viewbin Tool (Viewbin.exe) is a tool that you can use to discover information about an OS image. You can also use it to determine the exact length of an OS image.
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. - -o[bj]
Prints a table of contents and object information. - -r[ec]
Prints record information. - -sym
Prints profiling symbol information.
Remarks
The following command shows how to use Viewbin.exe to determine the exact length of an OS image.
viewbin nk.bin
See Also
Command-Line Tools | How to Decrease Run-Time Image Size on a CEPC
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.