Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 1.11 KB

File metadata and controls

52 lines (48 loc) · 1.11 KB
title -DISASM | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
/disasm
dev_langs
C++
helpviewer_keywords
-DISASM dumpbin option
DISASM dumpbin option
/DISASM dumpbin option
ms.assetid 5f6d1fde-50ce-486d-9c1d-9372b7f7b533
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

/DISASM

/DISASM  

Remarks

This option displays disassembly of code sections, using symbols if present in the file.

/DISASM should only be used on native (not managed) images.

Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.

See Also

DUMPBIN Options