IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Compiler IDs

Variables

const comp_t COMP_MASK = 0x0F
const comp_t COMP_UNK = 0x00
 Unknown.
const comp_t COMP_MS = 0x01
 Visual C++.
const comp_t COMP_BC = 0x02
 Borland C++.
const comp_t COMP_WATCOM = 0x03
 Watcom C++.
const comp_t COMP_GNU = 0x06
 GNU C++.
const comp_t COMP_VISAGE = 0x07
 Visual Age C++.
const comp_t COMP_BP = 0x08
 Delphi.
const comp_t COMP_UNSURE = 0x80
 uncertain compiler id

Detailed Description

Variable Documentation

◆ COMP_MASK

const comp_t COMP_MASK = 0x0F

◆ COMP_UNK

const comp_t COMP_UNK = 0x00

Unknown.

◆ COMP_MS

const comp_t COMP_MS = 0x01

Visual C++.

◆ COMP_BC

const comp_t COMP_BC = 0x02

Borland C++.

◆ COMP_WATCOM

const comp_t COMP_WATCOM = 0x03

Watcom C++.

◆ COMP_GNU

const comp_t COMP_GNU = 0x06

GNU C++.

◆ COMP_VISAGE

const comp_t COMP_VISAGE = 0x07

Visual Age C++.

◆ COMP_BP

const comp_t COMP_BP = 0x08

Delphi.

◆ COMP_UNSURE

const comp_t COMP_UNSURE = 0x80

uncertain compiler id