>Hex-Rays IDA Pro Page

Help index | Search

IDC language

IDC language is a C-like language. It has the same lexical tokens as C does: character set,constants,identifiers,keywords, etc. A program in IDC consists of function declarations. By default, execution starts from a function named 'main'. Select a topic to read:
  Variables
  Functions
  Statements
  Expressions
  Predefined symbols
  Index of IDC functions
  Index of debugger related IDC functions
Index | Next topic