fox-it / dissect.cstruct_legacy

A no-nonsense c-like structure parsing library for Python
MIT License
240 stars 25 forks source link

Access enum value. #15

Open Hadatko opened 4 years ago

Hadatko commented 4 years ago

Now: a = cparse.myEnum.e() will assign value of e into a.

reference #14