Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
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