bitflags topic
List
bitflags repositories
bitflags
85
Stars
4
Forks
Watchers
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
bitflags
859
Stars
139
Forks
Watchers
A macro to generate structures which behave like bitflags
ida_bitfields
206
Stars
21
Forks
Watchers
IDA Pro plugin to make bitfield accesses easier to grep
Options
20
Stars
0
Forks
Watchers
Sometimes there are situations where you want to use an Enum in an OptionSet or you want Enum backed by a RawType of Int but also have String labels as well
flags17
17
Stars
1
Forks
Watchers
A comparison of different options to implement binary flags in C++17