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
Status indicator states

Variables

const idastate_t st_Ready = 0
 READY: IDA is doing nothing.
 
const idastate_t st_Think = 1
 THINKING: Autoanalysis on, the user may press keys.
 
const idastate_t st_Waiting = 2
 WAITING: Waiting for the user input.
 
const idastate_t st_Work = 3
 BUSY: IDA is busy.
 

Detailed Description