Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.35 KB

File metadata and controls

32 lines (27 loc) · 1.35 KB
title EDITBIN Reference | 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
editbin
dev_langs
C++
helpviewer_keywords
binary data, editing
object files, modifying
EDITBIN program
COFF files, editing
ms.assetid efdda03b-3dfc-4d31-90e6-caf5b3977914
caps.latest.revision 10
author corob-msft
ms.author corob
manager ghogen

EDITBIN Reference

The Microsoft COFF Binary File Editor (EDITBIN.EXE) modifies Common Object File Format (COFF) binary files. You can use EDITBIN to modify object files, executable files, and dynamic-link libraries (DLL).

Note

You can start this tool only from the [!INCLUDEvsprvs] command prompt. You cannot start it from a system command prompt or from File Explorer.

EDITBIN is not available for use on files produced with the /GL compiler option. Any modifications to binary files produced with /GL will have to be achieved by recompiling and linking.

See Also

C/C++ Build Tools