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
set bitfield property of enum
     enum_id - id of enum
     flag    - 1: convert to bitfield
               0: convert to ordinary enum
returns: 1-ok, 0-failed

success set_enum_bf(long enum_id, long flag);

Index | Previous topic | Next topic