get_full_flags
Get full internal flags
ea - linear address
This function returns all bits, including MS_VAL and FF_IVL.
These bits 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_full_flags(long ea);
Last updated