Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.29 KB

File metadata and controls

28 lines (23 loc) · 1.29 KB
title EDITBIN Reference | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-tools
ms.topic reference
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
author corob-msft
ms.author corob
ms.workload
cplusplus

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