/RAWDATA
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at -RAWDATA.
RAWDATA[:{1|2|4|8|NONE[,number]]
## Remarks This option displays the raw contents of each section in the file. The arguments control the format of the display, as shown below: |Argument|Result| |--------------|------------| |1|The default. Contents are displayed in hexadecimal bytes, and also as ASCII characters if they have a printed representation.| |2|Contents are displayed as hexadecimal 2-byte values.| |4|Contents are displayed as hexadecimal 4-byte values.| |8|Contents are displayed as hexadecimal 8-byte values.| |NONE|Raw data is suppressed. This argument is useful to control the output of /ALL.| |*Number*|Displayed lines are set to a width that holds `number` values per line.| Only the [/HEADERS](../Topic/-HEADERS.md) DUMPBIN option is available for use on files produced with the [/GL](../Topic/-GL%20\(Whole%20Program%20Optimization\).md) compiler option. ## See Also [DUMPBIN Options](../Topic/DUMPBIN%20Options.md)
Show: