For the complete documentation index, see llms.txt. This page is also available as Markdown.

get_flags

Get internal flags without MS_VAL and FF_IVL.
     ea - linear address
MS_VAL and FF_IVL may be expensive to retrieve when the debugger is active.
returns: 32-bit value of internal flags. See start of this file
for explanations.

long get_flags(long ea);

Last updated

Was this helpful?