lief-project / LIEF

LIEF - Library to Instrument Executable Formats

Home Page:https://lief-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[python] __name__ attribute for all Enum's are of type Any

fzakaria opened this issue · comments

Describe the bug
name attribute for all Enum's are of type Any
example:

__name__: Any

Expected behavior
The name of the enums before use to be of type str

Environment (please complete the following information):

❯ python -c "import lief;print(lief.__version__)"
0.14.0-16962f2f

I believe this is related to #965
The issue was closed when the commit changed the section fullname to bytes but did not address all the other attributes.